This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Releases: socure-inc/socure-docv-wrapper-react-native
Releases · socure-inc/socure-docv-wrapper-react-native
v2.3.0
v2.2.2
The Predictive Document Verification (DocV) v2 SDK for React Native is a React Native bridge that allows you to use the DocV SDK for Android and iOS in your React Native application. All v2 integrations should be updated to v2.2.2 for compliance requirements. Document verification will be disabled for older SDK soon.
Enhancements
- None.
Bug Fixes
- Corrected UI alignment issues for the Consent and Terms of Service screen.
Known Issues
- None.
v1.2.0 - Consent
The Predictive Document Verification (DocV) v2 SDK for React Native is a React Native bridge that allows you to use the DocV SDK for Android and iOS in your React Native application.
Enhancements
- Added a notice and consent feature that is displayed prior to the initiation of the document capture and upload process on the Capture App. The consumer must either click I Agree to provide consent and begin the document capture flow, or I Decline to decline consent and cancel the transaction. If the consumer declines to provide consent, the document capture flow is terminated and the Socure DocV SDK returns an error.
iOS
- Removed mandatory requirement to set the public key in
info.plist
. The user can either set the public key in one of the following methods before the first scan is attempted:- Configured in
info.plist
- Set in the function
Socure.setSocureSdkKey(publicKey: String)
- Configured in
Android
The public key must be added to your application in one of the following methods before the first scan is attempted:
- Configured in the string.xml
as a resource
- Set in the function Socure.setSocureSdkKey(publicKey: String)
Bug Fixes
- None.
Known Issues
- None.