NitroPush Documentation

Ship reliable over-the-air updates to React Native and Expo apps.

Edit

NitroPush lets you publish JavaScript bundle updates without waiting for a new App Store or Play Store review. Start by creating a dashboard project, wire the SDK into your app, then upload releases with the CLI.

Start here

The release flow

  1. Your app calls configure() once at module scope.
  2. notifyAppReady() marks a successfully rendered bundle as healthy.
  3. sync() checks for, downloads, and schedules an eligible update.
  4. The CLI uploads future bundles and controls rollout percentage.

NitroPush is designed for application developers. These docs intentionally cover public SDK and CLI workflows rather than private service architecture.

On this page