React Native SDKInstalling InApp SDK
React Native without Framework
Steps to install Reclaim InApp SDK on apps built with React Native without a framework
Installation
Setup
Android Setup
Add the following to your android/app/src/main/AndroidManifest.xml file under the <application> tag:
add the following to the end of settings.gradle:
If the above doesn't work, alternatively add the following repositories to the relevant repositories block:
iOS Setup
Updating Podfile
- Make sure to have a platform declaration for your project in your
Podfilewith version 14.0 or higher.
- Run
pod installinside theios/directory of your project.
Update Environment Variables for XCScheme
Ready
With the above steps completed, try building & running your project on any iOS device. You can now continue with our React Native Get Started Guide.