Skip to main content
Submitted by admin on 15 January 2022

Generate Debug APK in 3 steps

step1:  npx 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

step2: cd android

step3: ./gradlew assembleDebug