Reputation: 11
I have create a release apk. Now I have changed the codes. I modified version number. When I generate release apk, it is not updated. it is same as old version. How can I do?
Upvotes: 0
Views: 2057
Reputation: 11
I have found a solution.
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
Upvotes: 1
Reputation: 171
Please try the solution provided below:
Upvotes: 1