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
'SW Engineering > FE' 카테고리의 다른 글
React Native 쿠키 저장하기(Asyncstorage 사용하기) (0) | 2020.11.27 |
---|---|
React Native 카카오 소셜로그인 구현하기(expo 환경) (2) | 2020.11.27 |
[썬나]개발환경 세팅하기(feat.Angular/TypeScript) (0) | 2020.11.16 |
RN(React Native) 설치 (feat. expo사용) (0) | 2020.11.10 |
RN(React Native) 빌드&테스트배포 (0) | 2020.11.10 |