Skip to content

Instantly share code, notes, and snippets.

@tawhidulIKhan
Last active April 10, 2021 08:47
Show Gist options
  • Save tawhidulIKhan/2be2b79389fcdba92c81593938353618 to your computer and use it in GitHub Desktop.
Save tawhidulIKhan/2be2b79389fcdba92c81593938353618 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
After run this in cmd
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
then you can get apk app/build/outputs/apk/debug/app-debug.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment