Skip to main content

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.

GitHub release Install Qonversion React Native SDK to validate user receipts, and get in-app subscription analytics and third-party integrations.

Install via npm

Qonversion SDK package is available on npm.
npm install @qonversion/react-native-sdk
Migrating from react-native-qonversion (v9 or earlier)? See the React Native v10 migration guide - the package was renamed to @qonversion/react-native-sdk.

Extra steps

iOS

React Native auto-linking handles the native module registration. After installing the package, run pod install from your ios/ folder.

Android

Include the BILLING permission in your AndroidManifest.xml file as follows:
<uses-permission android:name="com.android.vending.BILLING" />

Running with Expo

If you are using Qonversion in an Expo app you will have to create Development Builds.

Solving TypeError: null is not an object (evaluating ‘RNQonversion.storeSDKInfo’)

As Qonversion React Native SDK contains native modules, there is no option to run your app using Expo Go. Make sure you use Development Builds as described above to solve this issue.

Kids Mode for Qonversion React Native SDK

In case you are building an App for Kids, follow this guide to learn about Kids Mode for Qonversion SDKs.
What’s Next