> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Install React Native SDK

## Install via npm

```bash theme={null}
npm install @qonversion/react-native-sdk --save
```

If you don't have auto-linking enabled:

```bash theme={null}
react-native link @qonversion/react-native-sdk
```

### iOS

Run `pod install` from your iOS folder.

### Android

Add to your `AndroidManifest.xml`:

```xml theme={null}
<uses-permission android:name="com.android.vending.BILLING" />
```
