Releases: BlinkID/blinkid-react-native
Releases · BlinkID/blinkid-react-native
v4.0.0
- new API, which is not backward compatible with 1.x.x release series, but resembles native iOS and Android APIs and also has feature parity with all recognizers available in native SDKs
- using iOS SDK v4.0.0 and Android SDK v4.0.0
- check updated README for more information about new features and example app to see how new API can be used
v2.0.0
- [android] updated to BlinkID SDK v3.16.0
- [ios] Updated SDK version to v2.17.3
- added support for New Zealand driver's license
- [Breaking API change] refactored image export:
- Renamed
CroppedImage
toDocumentImage
Successful
image is still returned inscanningResult.resultImageSuccessful
Document
(previously cropped) andFace
images are now contained inscanningResult.resultList[i].resultImageDocument
andscanningResult.resultList[i].resultImageFace
respectively.
- Renamed