When I make a release build using sh ./gradlew assembleRelease
, that is working perfectly on the devices but when I make a .aab file for Play Store, using the command sh ./gradlew bundleRelease
and after installing the build from play store, the app is crashing. and also play store is not showing UPDATE option for the latest uploaded build.
Here is my packagae.json
"react": "16.9.0",
"react-native": "0.61.4"