Hasan Setiawan

Write, write, write give your wings on code!

Follow me on GitHub

React Native Build Unsigned APK

Yeah so you are getting closer into relase date but need to test all functionality and make sure the app works.

To build unsigned APK follow the command bellow:

              
1.
react-native bundle --dev false --platform android --entry-file index.android.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/build/intermediates/res/merged/debug
2.
cd android
./gradlew assembleDebug

result in android/app/build/outputs/apk
              
            
So you ready to share the apk file with the Q/A people now!