컴공생의 다이어리
[리액트 네이티브, react native] clone 후 프로젝트 실행 본문
react native clone 후 프로젝트 실행
정확한 옵션을 어떻게 써야 하는지는 잘 모르겠지만 아래 명령어를 입력하면 실행이 되었다.
npm install -save --legacy-peer-deps
cd ios && pod install && cd ..
cd android && ./gradlew clean && cd ..
npm run start
https://healthy-it-world.tistory.com/7
728x90
'Development > 기타' 카테고리의 다른 글
[맥, Mac] react native 개발 환경 구축 (0) | 2021.11.30 |
---|---|
[리액트 네이티브, react native] error Failed to launch emulator. Reason: No emulators found as an output of emulator -list-avds 에러 (0) | 2021.11.26 |
[리액트 네이티브, react native] 경고창(warning) 숨기기 (0) | 2021.11.24 |
가상 머신(Virtual Machine)이란? - 정의, 종류 (0) | 2021.10.25 |
[마크다운, Markdown] 이미지 삽입 (0) | 2021.10.20 |
Comments