SDK Installation
Learn how to install and set up the SilverOTA React Native SDK in your app.
Prerequisites
Before installing the SDK, ensure you have:
- Completed CLI installation
- Run
silverbullet-ota project initin your project - A SilverOTA account with an active project
The project init command automatically installs the SDK for you. This guide covers manual installation and verification.
Automatic Installation
When you run project init, the SDK is installed automatically:
bash
npx silverbullet-ota project initThis installs:
@silverbullet-ota/react-native- The core SDK@silverbullet-ota/bareor@silverbullet-ota/expo- Build plugin
Manual Installation
If you need to install the SDK manually:
bash
npm install @silverbullet-ota/react-nativebash
yarn add @silverbullet-ota/react-nativebash
pnpm add @silverbullet-ota/react-nativeNext Steps
After installation: