react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

[Question] Is this library dying?

Open endrits079 opened this issue 9 months ago β€’ 4 comments

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?

endrits079 avatar Apr 21 '25 14:04 endrits079

https://github.com/recodepush/react-native-code-push

you can use this library instead, it will always up to date

vokhuyetOz avatar Apr 22 '25 09:04 vokhuyetOz

🚨 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

kit2o avatar Apr 23 '25 19:04 kit2o

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>

phuongwd avatar Apr 29 '25 13:04 phuongwd

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.

daansystems avatar May 14 '25 15:05 daansystems