React Native SDK
Guide for integrating Purchasely SDK inside your React Native app
Installation
NPM
You can use NPM to install Purchasely by adding it to your Podfile
:
npm install react-native-purchasely --save
Don't forget to change the minimum OS versions to match Purchasely requirements (iOS 11 / Android 21)
// Podfile
...
platform :ios, '11.0'
...
Huawei Integration
To integrate Huawei Mobile Services, please refer to our Android documentation : https://docs.purchasely.com/quick-start/sdk-installation/quick-start#huawei-mobile-services
Last updated
Was this helpful?