GitPedia

React native update

πŸš€ Blazing Fast Hot Updates for React Native

From reactnativecnΒ·Updated June 16, 2026Β·View on GitHubΒ·

`react-native-update` provides over-the-air update capabilities for React Native apps. For full documentation, visit: The project is written primarily in TypeScript, distributed under the Other license, first published in 2016. It has gained significant community traction with 1,975 stars and 279 forks on GitHub. Key topics include: codepush, hotfix, ota, react-native.

Latest release: v10.42.2

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

Categoryreact-native-updateexpo-updatereact-native-code-push
Price / CostFree tier with multiple paid plans, bandwidth includedFree tier with multiple paid plans, 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
Technical Supportβœ… Paid dedicated support⚠️ Community support❌ Discontinued
Server Deploymentβœ… Hosted service or paid private deploymentβœ… Hosted by Expo (EAS Update)❌ Discontinued
Bandwidth Usage⭐⭐⭐⭐⭐ Very low (incremental)⭐⭐⭐ Higher (full bundle)❌ Discontinued

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub β†’

This article is auto-generated from reactnativecn/react-native-update via the GitHub API.Last fetched: 6/25/2026