Skip to content

Instantly share code, notes, and snippets.

@ahmeturganci
Created October 3, 2017 13:34
Show Gist options
  • Save ahmeturganci/5b264f7455a1fdff471c8b0c8576c545 to your computer and use it in GitHub Desktop.
Save ahmeturganci/5b264f7455a1fdff471c8b0c8576c545 to your computer and use it in GitHub Desktop.
unable to load script from assets index.android.bundle on windows
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
@cemelma
Copy link

cemelma commented Sep 7, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment