HALAK_VACHHANI
HALAK_VACHHANI

Reputation: 1

unable to load script from assets index.android.bundle in release apk

This error occurs in only release APK. it's work fine in debug.

Please help me with this.

Thank you in advance.

Please review attached screenshot for error message

Upvotes: 0

Views: 779

Answers (1)

Nakul Kundaliya
Nakul Kundaliya

Reputation: 542

try following step

If not than (in project directory) mkdir android/app/src/main/assets.

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

react-native run-android

I hope it help full for you

Upvotes: 5

Related Questions