Skip to content

Instantly share code, notes, and snippets.

@didacus
Created May 10, 2018 13:24
Show Gist options
  • Save didacus/1a7cae60a7a6648252a9311412162271 to your computer and use it in GitHub Desktop.
Save didacus/1a7cae60a7a6648252a9311412162271 to your computer and use it in GitHub Desktop.
Loading APK into the Android device.
react-native bundle --dev false --platform android --entry-file index.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/build/intermediates/res/merged/debug
cd android
./gradlew assembleDebug
adb install -r ./app/build/outputs/apk/app-debug.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment