Skip to content

reactnativecn/react-native-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1,035 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

react-native-update npm version

ไธญๆ–‡ๆ–‡ๆกฃ

react-native-update provides over-the-air update capabilities for React Native apps. For full documentation, visit:

React Native New Architecture is supported.

Quick Start

See the docs:

Advantages

  1. react-native-update provides a dedicated global service with fast and reliable worldwide delivery.
  2. 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.
  3. 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.
  4. When updating across multiple versions, clients only need to download one update package instead of applying every intermediate version in sequence.
  5. Command-line tools and a web dashboard are both available, making release workflows simple and CI-friendly.
  6. Built-in crash rollback keeps updates safe and reliable.
  7. Meta information and open APIs make the system more extensible.
  8. Paid technical support is available.

Comparison With Other OTA Libraries

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 โš ๏ธ Limited โŒ Discontinued
Chinese Docs / Support โญโญโญโญโญ Complete Chinese docs and community support โญโญ Mostly English โŒ Discontinued
Technical Support โœ… Paid dedicated support โš ๏ธ Community 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

Local Development

git clone git@github.com:reactnativecn/react-native-update.git
cd react-native-pushy/Example/testHotUpdate
yarn
yarn start

The local library is linked with yarn link, so you can modify the source files directly and debug with the testHotUpdate example project.

About

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.