blinkid-react-native
Advanced tools
Comparing version 5.16.0 to 5.17.0
{ | ||
"name": "blinkid-react-native", | ||
"version": "5.16.0", | ||
"version": "5.17.0", | ||
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # BlinkID SDK wrapper for React Native | ||
- [Generate](https://microblink.com/login?url=/customer/generatedemolicence) a **free trial license key** to start using the SDK in your app (registration required) | ||
- A valid license key is required to initialize scanning. You can request a **free trial license key**, after you register, at [Microblink Developer Hub](https://account.microblink.com/signin) | ||
@@ -15,0 +15,0 @@ - For production licensing, please [contact sales](https://microblink.com/contact-us) to request a quote. |
@@ -92,2 +92,7 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* Detailed info on data match. | ||
*/ | ||
this.dataMatchDetailedInfo = nativeResult.dataMatchDetailedInfo; | ||
/** | ||
* The date of birth of the document owner. | ||
@@ -94,0 +99,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
472585
5847