Development/React Native
[React Native] 각 종 에러 트러블 슈팅 모음
레오나르도 다빈츠
2024. 6. 23. 15:47
에러 해결 모음집 ,, 🤔
계속 업데이트 예정..!
- 설치 오류 시
rm -rf node_modules
rm -rf package-lock.json
rm -rf ios/build
rm -rf ios/Podfile.lock
rm -rf android/build
yarn clear --force
yarn install
- xcode exit:0
$ npx pod-install
- 뭘해도 안될 때