Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hesoyamcode/8d502d367f8997362896116805c8b5a3 to your computer and use it in GitHub Desktop.
Save hesoyamcode/8d502d367f8997362896116805c8b5a3 to your computer and use it in GitHub Desktop.
create assets folder inside android/app/src/main if not exist
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