reme
Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager
kusto
2023. 1. 15. 03:02
#React-native navigation 에러
navigation에 필요하다는 라이브러리는 다 설치했는데 늘 그렇듯 안된다.
# 기본 package
npm install @react-navigation/native
npm install @react-navigation/native-stack
npm install react-native-screens react-native-safe-area-context
더 설치하자
npm install react-native-safe-area-context react-native-gesture-handler
응 그래도 뜨는 오류 문구
Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager
npm install react-native-reanimated @react-native-community/masked-view
npx pod-install ios
npx react-native run-ios
stackoverflow감사합니다