react-native-code-push
react-native-code-push copied to clipboard
React Native module for CodePush
The code push changes are not reflecting as expected on android, works fine for iOS, the integration was done properly following android setup guide : https://github.com/microsoft/react-native-code-push/blob/HEAD/docs/setup-android.md ### Steps to Reproduce...
`AppState.removeEventListener` is deprecated from RN v0.65. It will be better to mention about supporting RN version with this fix. https://reactnative.dev/docs/appstate#removeeventlistener
In testing `nimbus-jose-jwt` on 9.15.2 with react-native-codepush, there were no observed compile time errors or breaking API changes, so updating to 9.15.2 should have low regression risk.
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. Wrap functional component into `memo` function (imported from...
Would it be possible to do the bundle update entirely in the native code, instead of from the JavaScript? Moving it over to the native code would give the following...
In our mobile APM tool we are seeing a large volume of requests to https://codepush.appcenter.ms/v0.1/public/codepush/report_status/deploy and 99+% are getting HTTP 400 We initialize our app with options: `{ checkFrequency: codePush.CheckFrequency.MANUAL...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): Hi,guys When I request an updated interface, it returns 503 who can help...
This PR fixes common android issue when there's no directory such as `android/app/build/generated/res/react/release`, either `release` directory or its parent `react` There have been multiple issues pointing to this but for...
`getConfiguration` is useful for displaying which deploymentKey / Deployment Channel is currently configured for the running app. This is one of many methods exposed here: https://github.com/microsoft/react-native-code-push/blob/master/CodePush.js#L609 in the JS but...
Crash logs: ``` 2021-05-23 18:42:44.461430+0700 Example.app[75769:1179260] -[fir_34E9EC6F-977D-4014-BDCD-AA837334A87D_CodePushDownloadHandler _flex_swizzle_cbc47522_connection:willSendRequest:redirectResponse:]: unrecognized selector sent to instance 0x60000cd93d40 2021-05-23 18:42:44.486049+0700 Example.app[75769:1179260] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[fir_34E9EC6F-977D-4014-BDCD-AA837334A87D_CodePushDownloadHandler _flex_swizzle_cbc47522_connection:willSendRequest:redirectResponse:]: unrecognized selector...