Created
October 3, 2017 13:34
-
-
Save ahmeturganci/5b264f7455a1fdff471c8b0c8576c545 to your computer and use it in GitHub Desktop.
unable to load script from assets index.android.bundle on windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir 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/res | |
react-native run-android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
react-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
yeni versiyonda dosya ismi böyle olmalıdır.