generate debug apk

PHOTO EMBED

Tue Oct 04 2022 21:08:36 GMT+0000 (Coordinated Universal Time)

Saved by @elias #javascript

// ./
npx react-native bundle --platform android --dev false --entry-file index.js --verbose --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

// ./android/
./gradlew assembleDebug
content_copyCOPY