Installation
Install the Package
Linking
You need to link the native modules next.iOS
- Podfile (
ios/Podfile)
Android
- settings.gradle (
android/settings.gradle)
- app/build.gradle (
android/app/build.gradle)
- MainApplication.kt (
android/app/src/main/java/com/yourpackage/YourApp/MainApplication.kt)
Platform Setup
iOS Permissions
Add the following to yourInfo.plist:
Android Permissions
Add the following to yourAndroidManifest.xml:
Next Steps
Set up the SDK in your app