Install via npm
Qonversion SDK package is available on npm.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, runpod install from your ios/ folder.
CocoaPods trunk becomes read-only on December 2, 2026
React Native integrates native modules through CocoaPods, so the Qonversion React Native SDK stays on CocoaPods for now. Your existing builds are not affected: the versions you already use keep installing from the CocoaPods CDN. React Native’s own Swift Package Manager mode is still experimental; once React Native declares it production-ready, the Qonversion React Native SDK ships as a Swift package, and if that has not happened by the switch, new versions will be made available through a CocoaPods source of our own (onesource line in the Podfile; Expo prebuild / EAS Build covered by a config plugin). Either way the instructions will be published here and in the migration guide before December 2, 2026.Android
Include theBILLING permission in your AndroidManifest.xml file as follows: