Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 스프링 부트
- 리엑트
- Java
- 스프링
- 프론트 엔드
- 리엑트 네이티브
- react-native
- Spring
- 프론트엔드
- 스타트업
- 코딩
- 무중단 배포
- SQL
- 비전공자
- 서버 개발자
- react
- github actions
- Redux
- 백엔드
- 자바
- 서버 배포
- spring boot
- react native
- docker
- 국비지원
- 개발
- 풀스택
- JPA
- 개발자
- 클론코딩
Archives
- Today
- Total
오티스의개발일기
ERROR Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager.에러 해결 본문
에러 모음/react-native
ERROR Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager.에러 해결
안되면 될때까지.. 2023. 1. 5. 17:24728x90
npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
cd ios
pod install
cd ..
npm run ios
npm start
모듈 받고 위 순서대로 하면 해결됨
참조
Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager
I am getting RNSScreen error even though I have installed all related packages and followed react-navigation guide (https://reactnavigation.org/docs/getting-started#installation) but nothing worked...
stackoverflow.com
728x90
'에러 모음 > react-native' 카테고리의 다른 글
The audience client and the client need to be in the same project. -google signin error- (1) | 2023.01.07 |
---|---|
'FlipperKit/FlipperClient.h' file not found 에러 해결 (0) | 2023.01.07 |
Do not use "pod install" from inside Rosetta2 주의 해결방법 (1) | 2023.01.04 |
cocoapods 설치중 에러 해결 (0) | 2023.01.03 |
xcrun: error: SDK "iphoneos" cannot be located 에러 해결 (0) | 2023.01.03 |
Comments