Reputation: 1
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
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