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
- react
- 스프링
- 자바
- 국비 지원
- 인스타그램
- 개발
- 스타트업
- 비전공자
- Spring
- 프론트엔드
- 비전공
- 리엑트 네이티브
- 개발자
- spring boot
- 풀스택 개발자
- expo
- 상태관리
- 풀스택
- 스프링 부트
- 국비지원
- Redux
- ffmpeg
- 클론코딩
- react native
- 코딩
- react-native
- 리엑트
- Java
- 백엔드
- 프론트 엔드
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
모듈 받고 위 순서대로 하면 해결됨
참조
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