React Native
Last updated
Was this helpful?
Last updated
Was this helpful?
The SDK can be used with React Native applications. This SDK comes with an example app which demonstrates such integration. You can use the code of the example to integrate the SDK in your ReactNative project.
Add the following lines to your target in Podfile
:
Install the new pods:
Open your application's .xcworkspace
file
Add the following lines to android/build.gradle
:
Add the following lines to android/settings.gradle
:
Add the following lines inside the dependencies
block of android/app/build.gradle
:
Add the following lines to your application's MainApplication.java
:
In the imports at the top of the file:
In the getPackages
method:
Follow the official instructions to manually link libraries: