react-native-code-push
react-native-code-push copied to clipboard
React Native module for CodePush
### Steps to Reproduce 1. Create code changes 2. Push Codepush update (from instructions on appcenter) 3. App does not update ### Expected Behavior / Description On Android, I have...
I am facing the problem, when the app is in debug mode, syncStatusChangedCallback & downloadProgressCallback works fine, but when I build the app out, the app still gets codepush update...
### Steps to Reproduce 1. run `appcenter codepush release-react -a owner/app-android -d Production -m --description "Bug fix"` 2. Cancel the process before it finishes 3. Repeat step 1 and the...
请问一下支持增量更新吗
Fix warnings produced for the new version of react-native: - `new NativeEventEmitter() was called with a non-null argument without the required addListener method` - `new NativeEventEmitter() was called with a...
It's not a issue, but I have a question: I implemented a mechanism for automatic updates through Google (In-app updates) like this : https://developer.android.com/guide/playcore/in-app-updates. **Every time the application starts, the...
It's been a while since CodePush bundle download is extremely slow. Trying to download a 18Mb bundle, takes more than 5 minutes in 500Mbps connection. It's possible to have paid...
Is code-push compatible with RN 0.70.0?
Can we add code push support for React Native for macOs