react-native-update provides over-the-air update capabilities for React Native apps. For full documentation, visit:
- Global service: https://cresc.dev
React Native New Architecture is supported.
See the docs:
- English docs: https://cresc.dev/docs/getting-started
- react-native-update provides a dedicated global service with fast and reliable worldwide delivery.
- Tiny update packages generated with bsdiff/hdiff are typically only tens to hundreds of KB, instead of the tens of MB usually required by full-bundle update systems.
- The library tracks new React Native stable releases closely, supports Hermes bytecode, and supports the new architecture. Note: Android RN 0.73.0 to 0.76.0 new architecture is unavailable because of upstream issues; versions below 0.73 or above 0.76.1 are supported.
- When updating across multiple versions, clients only need to download one update package instead of applying every intermediate version in sequence.
- Command-line tools and a web dashboard are both available, making release workflows simple and CI-friendly.
- Built-in crash rollback keeps updates safe and reliable.
- Meta information and open APIs make the system more extensible.
- Paid technical support is available.
| Category | react-native-update | expo-update | react-native-code-push |
|---|---|---|---|
| Price / Cost | Free tier with multiple paid plans (starting at about CNY 66/month), bandwidth included | Free tier with multiple paid plans (starting at about CNY 136/month), extra bandwidth charges apply | β Discontinued (Microsoft App Center shut down on March 31, 2025) |
| Package Size | βββββ Tens to hundreds of KB (incremental) | βββ Full bundle updates (usually tens of MB) | β Discontinued |
| iOS Support | β Supported | β Supported | β Discontinued |
| Android Support | β Supported | β Supported | β Discontinued |
| HarmonyOS Support | β Supported | β Not supported | β Discontinued |
| Expo Support | β Supported | β Supported | β Discontinued |
| RN Version Support | βββββ Fast support for latest stable RN versions | ββββ Follows Expo SDK cadence | β Discontinued |
| New Architecture | β Supported | β Supported | β Discontinued |
| Hermes Support | β Supported | β Supported | β Discontinued |
| Crash Rollback | β Automatic rollback | β Supported | β Discontinued |
| Management UI | β CLI + Web dashboard | β Expo Dashboard | β Discontinued |
| CI/CD Integration | β Supported | β Supported | β Discontinued |
| API Extensibility | β Meta info + Open API | β Discontinued | |
| Chinese Docs / Support | βββββ Complete Chinese docs and community support | ββ Mostly English | β Discontinued |
| Technical Support | β Paid dedicated support | β Discontinued | |
| Server Deployment | β Hosted service or paid private deployment | β Hosted by Expo (EAS Update) | β Discontinued |
| Update Strategy | Flexible configuration (silent / prompted / immediate / delayed) | More fixed workflow | β Discontinued |
| Bandwidth Usage | βββββ Very low (incremental) | βββ Higher (full bundle) | β Discontinued |
git clone git@github.com:reactnativecn/react-native-update.git
cd react-native-pushy/Example/testHotUpdate
yarn
yarn startThe local library is linked with yarn link, so you can modify the source files directly and debug with the testHotUpdate example project.
This package is published by React Native Chinese. For custom integration or service inquiries, see Contact Us.
If you find any issues, please open a thread in Issues.