Quick start
Install, integrate and publish your first update.
Updated 2026-09-14
Quick start
Complete your first update in order:
Install the SDK and configure native bundle loading.
Connect the Provider, build and install the Release app.
Publish an update, change a label and verify it on the device.
Choose your platform
| Project | Integration |
|---|---|
| React Native · Android | Android |
| React Native · iOS | iOS |
| Expo | Expo; Expo Go is unsupported |
| HarmonyOS / RNOH | HarmonyOS |
Three release objects
| Object | Purpose |
|---|---|
| Native package | Installed APK / AAB / IPA / APP; registered as the compatibility baseline |
Update package .ppk | JavaScript and assets bundled by the CLI |
| Deployment | Assigns 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.
