패키지 설치 이슈
// 안드로이드 시작전 - 빌드 에러 발생시
cd android && ./gradlew clean
// ios - 필수 사항
cd ios && pod install
ios 는 패키지 설치후 항상 pod install 을 해야하고, 안드로이드 빌드 이슈 발생시 한번쯤 체크
에뮬레이터 메모리 이슈
react native install_failed_insufficient_storage
- 갑작스럽게 빌드가 실패할 경우 (특히 안드로이드) 에뮬레이터 메모리 상태를 의심해보자.
- 안드로이드 스튜디오에서 Wipe Data 사용
React Native install_failed_insufficient_storage 오류
리엑트 네이티브 에뮬을 실행하려고하는데 해당 오류를 만났습니다 -> react native install_failed_insufficient_storage 오류만 보
sang12.co.kr
There might be incorrect information or outdated content.
'App > React Native' 카테고리의 다른 글
[React-Native] react-native-reanimated 설치 이슈 🔥 (0) | 2023.07.31 |
---|---|
[React-Native] react-native-screens ( android ) 설치 후 빌드 이슈🔥 (0) | 2023.07.31 |