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. 2. 3. ### Expected Behavior What you expected...
### Steps to Reproduce 1. yarn add react-native-codepush 2. Add following to android/app/build.gradle `apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"` 3.Add following to MainApplication.java ``` ... import com.microsoft.codepush.react.CodePush; ... @Override protected String getJSBundleFile() {...
I reported the following vulnerability to Microsoft MSRC on Friday, May 13th, and received the following response this afternoon (Monday May 16th). I presume that the report never actually made...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.6. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 Commits See full...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 Commits See full...
We have integrated CodePush and Bugsnag Library in our project. Whenever we rollout a update via CodePush we see there are few crash logs available in Bugsnag(error monitoring tool) which...
react-native 0.68, the later version, has opened a new architecture, the packaged code is binary, and after the download of the hot update code is completed, it crashes directly. Does...
When our application was audited in Huawei's application market, it was detected that the Android ID was obtained during application initialization and was rejected. The following is the log information...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce 1. code-push deployment history XXX or code-push logout 2....