Installation
Android
If you're utilizing Expo for your project, be sure to include these lines to your android/build.gradle
.
Java 8 Compatibility
If Java 8 is not enabled, add support to your android/app/build.gradle
:
iOS
In the Podfile in the iOS folder, add this following sources:
After editing your Podfile, save it and install the SDK along with its dependencies by running the following command:
Last updated