[Question] Is this library dying?
I see in the main docs it says that React Native CodePush won't support new Architecture. What is the point in using this then, does it mean this library is going to die?
https://github.com/recodepush/react-native-code-push
you can use this library instead, it will always up to date
π¨ App center CodePush servers have officially been shut down. This means you can no longer update your apps through CodePush.
To ensure uninterrupted app updates, migrate to Revopush today!
Here's a quick snapshot of Revopush's activity just for April:
β 800+ apps β 20K updates β 40M monthly active users β 100TB of bundle data
π Features
- Fully compatible with the existing CodePush SDK
- Supports the latest React Native versions and the New Architecture
- Multi-cloud architecture with a CDN for optimal delivery speed (read our article)
- A modern administration panel with team collaboration capabilities.
- Affordable pricing starting at just $15
- Seamless integration with popular CI/CD platforms
- Enhanced security and advanced analytics
βοΈ Migration
- Create your free account at revopush.org
- Read our comprehensive guide on migrating your App Center applications
- Try the Revopush SDK for full support of the New Architecture
- Follow our CI/CD integration guide for GitHub Actions, Bitrise, or CircleCI
You can try to use https://updatetheapp.com
Itβs fully compatible with react-native-code-push β no SDK changes required. Just point to our server and update your deployment key.
π CLI: https://www.npmjs.com/package/@updatetheapp/uta-codepush-cli π Migration guide: https://docs.updatetheapp.com/guides/codepush-cli#migrating-from-app-center-codepush
You just need to update your
android/app/src/obra/res/values/strings.xml
<resources>
<string name="app_name">UpdateTheApp - Android</string>
<!-- π Use the NEW key from the Updatetheapp dashboard π -->
<string moduleConfig="true" name="CodePushDeploymentKey">YOUR_NEW_UTA_DEPLOYMENT_KEY</string>
<!-- π Point to the Updatetheapp server π -->
<string moduleConfig="true" name="CodePushServerUrl">https://updatetheapp.com</string>
</resources>
We have launched a CodePush compatible alternative at https://votor.com There is a free tier and a paid one, bundles are hosted in Germany.