-
ReactNative - Unable to load script from assets 'index.android.bundle' 오류Programming/ReactNative 2017. 7. 20. 15:52반응형
ReactNative Getting Started 설명에 따라 차근차근 따라가다가 만난 오류화면.
프로젝트폴더/android/app/src/main 폴더에 assets 폴더를 새로 생성합니다.
아래 문자열을 그대로 복사해서 붙여넣고 실행합니다.
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/resreact-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
2018.08.21일 현재
0.56버전에서 "Unable to resolve module 'AccessibilityInfo' from..." 오류가 발생합니다.
현재 해결되지 않은 문제로 다운그레이드밖에 없다고 합니다. 방법은 링크 참고.
끝.
반응형'Programming > ReactNative' 카테고리의 다른 글
ReactNative - 로또번호생성기 예제 (0) 2017.08.08 ReactNative - Custom Font 사용하기 (1) 2017.08.03 Expo XDE - Tunnel인데 localhost로 표시될때 (0) 2017.07.31