Installation Guide
OkayCam Plus is a new module aimed at enhancing selfie verification processes by combating deepfake and injection attacks.
React Native OkayCam Plus
Requirements
Android
Min Sdk Version >= 26
iOS
iOS 15+
Swift 5
Getting Started
$ yarn add react-native-okaycamplusAndroid
Navigate to the
androidFolderAdd following snippet in the root
build.gradlefile:
allprojects {
repositories {
maven {
url "https://innov8tif-okaycam.firebaseapp.com"
content {
includeGroup "com.innov8tif.iad"
}
}
}
}
Sync gradle
iOS
Navigate to the
iosfolderAdd the following code to Podfile
Run command
pod installAdd camera permission
Android Issue
Duplicate class org.hamcrest.xxx
If you encounter the errors above, you may exclude junit module.
iOS Issue
Undefined symbol: _swift_FORCE_LOAD$_swiftUniformTypeIdentifiers
Undefined symbol: _swift_FORCE_LOAD$_swiftCoreMIDI
If you encounter the errors above, you may create a new swift file called Void.swift without adding bridging header.

License
Apply licenses for Android and iOS SDKs
Last updated