react-native-code-push
react-native-code-push copied to clipboard
Codepush crash with latest version of RN and latest version of codepush
React native release app crashes on Physical device with codepush restart, I tried all the methods to check the frequency of codepush and all methods for install mode too, but still it launches the app first, downloads codepush updates, restarts and crashes the app. This is happening for me on both Android & iOS device (Only release builds).
I also saw the codepush supported RN env's which has no values above 0.71, does this mean that it wont work for latest version?
Environment
- react-native-code-push version: 8.2.1
- react-native version: 0.72.1
- Does this reproduce on a debug build or release build? - Release Build
- Does this reproduce on a simulator, or only on a physical device? - Physical Device
Do you add or update dependencies? Code push will retire next year, don't hope for a fix
I am aslo getting same issue ,I am using react native 0.71.6 version and codepush version 8.2.1 My app getting crashed after 99% Below Error : node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^
Error: EPERM: operation not permitted, lstat 'android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values-fa\values-fa.xml' Emitted 'error' event on NodeWatcher instance at: at node_modules\metro-file-map\src\watchers\NodeWatcher.js:231:14 { errno: -4048, code: 'EPERM', syscall: 'lstat', path: '\android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values-fa\values-fa.xml' }
@panchal-krunal , may I ask for your CodePush logs and the crash log?
@Bhaupatil1988 , your crash doesn't seem related to CodePush. Please share your CodePush logs as well.
Closing due to inactivity.