Installation
Choose the NitroPush integration for Expo, React Native, or NativeScript.
Choose your framework, then select your package manager.
Install @nitropush/react-native in your React Native or Expo app:
The package contains the JavaScript API, native iOS and Android SDKs, and an Expo config plugin.
Continue with Expo setup or bare React Native setup.
Choose your integration
- Expo setup uses the config plugin and
expo prebuild. - Bare React Native setup wires the native bundle loaders directly.
- NativeScript setup covers the alpha package, signing, prepare hook, and full-tree updates.
React Native and Expo share the JavaScript lifecycle. NativeScript has a smaller, restart-only API documented in its own guide.