@kanmon/react-native-sdk
v1.1.0
Published
Kanmon React Native SDK
Readme
@kanmon/react-native-sdk
This provides a simple way to embed Kanmon in a React Native application.
Installation
npm install @kanmon/react-native-sdkiOS Setup
cd ios && bundle install && bundle exec pod installKanmon requires access to the camera for ID Verification. The following will need to be added to Info.plist for this to work. Permission will be requested from the user when they see the ID Verification Step.
<key>NSCameraUsageDescription</key>
<string>This app needs access to the camera to take photos for verification purposes.</string>Android Setup
Autolinking should automatically detect the new dependency.
Kanmon requires access to the camera for ID Verification. This is declared in the AndroidManifest.xml. Permission will be requested from the user when they see the ID Verification Step.
Example
Check out the example integration.
Additional Documentation
Check out our documentation for additional information on the types.
