Skip to content

Instantly share code, notes, and snippets.

@MutatedBread
Created March 6, 2018 14:37
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 MutatedBread/2916af724e53341c38f97f0644b516d3 to your computer and use it in GitHub Desktop.
Save MutatedBread/2916af724e53341c38f97f0644b516d3 to your computer and use it in GitHub Desktop.

Bundle Assets and Script

react-native bundle --assets-dest ./android/app/src/main/res/ --entry-file ./index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --platform android --dev false

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