React Native SDK
Guide for integrating Purchasely SDK inside your React Native app
Installation
NPM
npm install react-native-purchasely --save// Podfile
...
platform :ios, '11.0'
...// Edit file android/build.gradle
buildscript {
ext {
minSdkVersion = 21 //min version must not be below 21
compileSdkVersion = 31
targetSdkVersion = 31
}
}
allprojects {
repositories {
mavenCentral()
}
}Google Play Billing
npm install @purchasely/react-native-purchasely-google --saveHuawei Mobile Services
Amazon In-App Purchases
Last updated