Skip to content

Instantly share code, notes, and snippets.

@DaveBben
Created August 18, 2018 18:25
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 DaveBben/0742f5ee0258a09cb5f0a2acefe179d5 to your computer and use it in GitHub Desktop.
Save DaveBben/0742f5ee0258a09cb5f0a2acefe179d5 to your computer and use it in GitHub Desktop.
The console command to use to detach React Native for building and release in Android studio
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment