Build and deploy a new code-push using this script export version=$npm_package_version && appcenter codepush release-react -a App/app-android -t $version --description 'enhance' -d Production -m -x
The app detects that there's a new build
Codepush installs the new update, then crashes
Expected Behavior
The latest code-push update for Android should not cause the app to crash after installation.
Actual Behavior
What actually happens?
The app crashes after installing a new code-push update on Android, which is unusual because previously, the app had restarted without crashing Android.
Environment
react-native-code-push version: ^8.1.0
react-native version: 0.71.14
iOS/Android/Windows version: Android 13
Does this reproduce on a debug build or release build? release build
Steps to Reproduce
export version=$npm_package_version && appcenter codepush release-react -a App/app-android -t $version --description 'enhance' -d Production -m -x
Expected Behavior
The latest code-push update for Android should not cause the app to crash after installation.
Actual Behavior
What actually happens?
Environment
^8.1.0
0.71.14
Android 13
Code snippets