Skip to content

Instantly share code, notes, and snippets.

@dhei
Last active November 12, 2017 22:21
Show Gist options
  • Save dhei/dbb1087f48a6d165096d048b035c99ce to your computer and use it in GitHub Desktop.
Save dhei/dbb1087f48a6d165096d048b035c99ce to your computer and use it in GitHub Desktop.
React Native android bundle

Android

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

(adapted from this stackoverflow question)

iOS

react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle --assets-dest ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment