Skip to content

Instantly share code, notes, and snippets.

@milankamilya
Created August 9, 2018 11:12
Show Gist options
  • Save milankamilya/77d32ac6b58d1daca5d0a3f788ba7086 to your computer and use it in GitHub Desktop.
Save milankamilya/77d32ac6b58d1daca5d0a3f788ba7086 to your computer and use it in GitHub Desktop.
Build Android Bundle in React Native
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
cd android && ./gradlew assembleDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment