IDV is a framework that unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications.
This step is only needed for React Native
In order to use this plugin, in android/app/build.gradle enable dataBinding:
android {
buildFeatures {
dataBinding true
}
}
In the examples folder you can find 3 demo applications:
Each demo app has its own readme file with instructions on building and installation.
If you have any technical questions, feel free to contact us or create issues here.