Skip to content

Instantly share code, notes, and snippets.

@clubeagn
Last active December 28, 2018 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clubeagn/8211ef82238be5767db846a27ece934a to your computer and use it in GitHub Desktop.
Save clubeagn/8211ef82238be5767db846a27ece934a to your computer and use it in GitHub Desktop.
Unable to load scripts from assets 'index.android.bundle' on real device
change index.js to index.android.js
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