react-native-code-push
react-native-code-push copied to clipboard
React Native module for CodePush
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. not sure how to reproduce it 2. 3....
Fixes for this issue https://github.com/microsoft/react-native-code-push/issues/2305
### Steps to Reproduce 1. Send new codepush bundle to AppCenter 2. Launch app 3. Wait for new codepush bundle downloaded 4. Kill app (should not be in memory) 5....
### Steps to Reproduce Can't reproduce. But happens in production environment. ### Expected Behavior No crash ### Actual Behavior Crash ### Reproducible Demo ``` Fatal Exception: java.util.concurrent.RejectedExecutionException: Task android.os.AsyncTask$3@d042e84 rejected...
I have made changes to third party node_modules library JS file. Can i codepush the changes or do i need to upload new .aab to play store?
I upgraded to react-native 0.66.0 and codepush stopped working, I keeping the error: `> Task :react-native-code-push:compileDebugJavaWithJavac FAILED An exception has occurred in the compiler (1.8.0_301). Please file a bug against...
In reference to issue #2248, #2245, important to not cause application hang if an invalid response is received from the CodePush server
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. Build a release APK 2. Scan with veracode...
Changes are not reflected after downloading and installing the package on IOS. I've applied all the available solutions from the repo like generating private and public pem keys but still...