Skip to main content

Install via npm

npm install @qonversion/react-native-sdk --save
If you don’t have auto-linking enabled:
react-native link @qonversion/react-native-sdk

iOS

Run pod install from your iOS folder.

Android

Add to your AndroidManifest.xml:
<uses-permission android:name="com.android.vending.BILLING" />