728x90

Unable to resolve "react-native-screens" from "node_modules\react-navigation-stack\lib\module\views\StackView\StackViewCard.js"

 

해당 에러가 뜨면서 리액트네이티브가 설치되지 않는 다면, 이건 내부적으로 내 로컬에 해당 모듈이 설치되어 있지 않단 의미이다. 

따라서 추가적으로 설치해주어야 한다.

 

해당 깃헙사이트를 참고하였다.

 

Install React Navigation
 -> npm install react-navigation

 

Install Dependencies
 -> expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view

 

-> npm install @react-native-community/masked-view

 

 

npm install react-native-screens

 

npm install react-native-gesture-handler

 

 

추가해준 모듈 

 

color-convert

 

npm install axios

 

expo install expo-linking

 

npm i @react-native-community/async-storage --save

728x90

+ Recent posts