Documentation

Quick start

Install, integrate and publish your first update.

Updated 2026-09-14

On this page

Quick start

Complete your first update in order:

  1. Install the SDK and configure native bundle loading.

  2. Connect the Provider, build and install the Release app.

  3. Publish an update, change a label and verify it on the device.

Choose your platform

ProjectIntegration
React Native · AndroidAndroid
React Native · iOSiOS
ExpoExpo; Expo Go is unsupported
HarmonyOS / RNOHHarmonyOS

Three release objects

ObjectPurpose
Native packageInstalled APK / AAB / IPA / APP; registered as the compatibility baseline
Update package .ppkJavaScript and assets bundled by the CLI
DeploymentAssigns an update to a channel and native version, with a rollout percentage

Update boundaries

JS, labels, styles and images compatible with the current native runtime can use OTA. Native code, dependencies, permissions or RN/Hermes runtime changes require a new native release.

Reference

Channels · CI · SDK API · CLI · Troubleshooting

For day-to-day releases, follow console operations. Expo projects can use the complete Expo guide.