Skip to main content

Installation

Install the Package

Linking

You need to link the native modules next.

iOS

  1. Podfile (ios/Podfile)
Add the pod:
Then run:

Android

  1. settings.gradle (android/settings.gradle)
Add the module include:
  1. app/build.gradle (android/app/build.gradle)
Add the dependency:
  1. MainApplication.kt (android/app/src/main/java/com/yourpackage/YourApp/MainApplication.kt)
Add the import and register the package:

Platform Setup

iOS Permissions

Add the following to your Info.plist:

Android Permissions

Add the following to your AndroidManifest.xml:

Next Steps

Set up the SDK in your app