안녕하세요

프로그램 과정에서 막혔던 문제들에 대한 해결책 정리


페이지 목록

2022년 12월 12일 월요일

Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager

출처: https://stackoverflow.com/questions/66921263/invariant-violation-requirenativecomponent-rnsscreen-was-not-found-in-the-ui

몇 개를 더 인스톨해줘야 한다.

아래를 install 한다.

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


맥에서 ios 를 개발중이면 아래 코맨트도 해주자.

npx pod-install ios


재시작합시다.

react-native run-ios

댓글 없음:

댓글 쓰기