react-native-code-push
react-native-code-push copied to clipboard
React Native module for CodePush
> In it's the most basic form > ***In its*** most basic form
A fix for https://github.com/microsoft/react-native-code-push/issues/2654, https://github.com/microsoft/react-native-code-push/issues/1149 Fixed in the same manner as for getJSBundleFileInternal
It's not really explained in the documentation how we should expect this to work. Does codepush do a diff on the `bundle.ios.js` and then only download the parts needed? For...
### Steps to Reproduce 1. Make android app read corrupted codepush.json 2. Run the app 3. Observe the crash ### Expected Behavior App removes corrupted codepush.json file and triggers codepush...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. do some minimal changes 2. push the OTA...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1.I'm uploading a codepush to the staging environment, my...
### Steps to Reproduce 1. build on testflight 2. start app 3. request CodePush.restartApp() ### Expected Behavior What you expected to happen? Restart Application ### Actual Behavior What actually happens?...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. Implement code push 2. Install release on Android...
I am just starting to use CodePush in a new application so far I released a couple updates successfully, however this recent third update was not installed correctly. I read...
Code push - Bundle changes are not reflected once the App closes and reopens only. (iOS Platform), Android working fine. ### Steps to Reproduce 1. Installed build on the device...