Mobile/react-native (3) 썸네일형 리스트형 [ubuntu][react-native] create-react-native-app 으로 react-native 프로젝트 생성하기 npm5 이슈가 있습니다. 다운그레이드 하시거나 여전히 버그가 있지만 yarn 을 사용해보세요~! 이슈 : https://goo.gl/4DeMZ5 참조 : https://goo.gl/jhVGuP 현재 버전 npm 5.5.1 에서도 해결 되지 않은 거 같습니다. 1. npm4 로 다운 그레이드 후 진행하는 방법 > sudo npm install -g npm@4 다운그레이드 후 create-react-native-app {{프로젝트}} 정상 생성되었습니다. > cd {{프로젝트}}> npm start 2. yarn 설치 후 진행하는 방법 > sudo npm install -g yarn> sudo npm start 이후 진행은 동일합니다, Unable to start server!! error!! > sudo.. [react-native] build error : Could not expand ZIP > {{project}}> react-native run-android react-native 빌드이 후 Could not expand ZIP 만난다면 ubuntu > {{project}}/android/ ./gradlew clean windows > {{project}}/android/ ./gradlew.bat clean react native android failed to load JS bundle errorAndroid error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of apphttp://stackoverflow.com/questions/32572399/react-native-android-failed-to-load-js-bundlecurl bundle copyD:\dev\reactNative\AwesomeProject\android\app\src\mainmakedir /assetscurl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bun.. 이전 1 다음