Skip to content

Releases: BlinkID/blinkid-react-native

v4.0.0

20 Jun 18:11
77d259f
Compare
Choose a tag to compare
  • 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
  • check updated README for more information about new features and example app to see how new API can be used

v2.0.0

08 May 12:38
Compare
Choose a tag to compare
  • [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 to DocumentImage
    • Successful image is still returned in scanningResult.resultImageSuccessful
    • Document(previously cropped) and Face images are now contained in scanningResult.resultList[i].resultImageDocument and scanningResult.resultList[i].resultImageFace respectively.

v1.4.2

17 Jan 09:44
Compare
Choose a tag to compare
  • [iOS] Updated iOS SDK to v2.15
  • [iOS] Cleaned up search paths to support app ejected with expokit

v1.4.1

17 Jan 08:58
796814c
Compare
Choose a tag to compare
  • updated Android SDK to v3.14

v1.4.0

08 Nov 19:01
Compare
Choose a tag to compare
  • Added pdf417 recognizer
  • Added support for face image extraction from face detector recognizer
  • Updated BlinkID framework to v2.12.0

v1.3.2

31 Oct 18:15
Compare
Choose a tag to compare
  • Added control over successful scan sound. #22

v1.3.1

02 Oct 11:51
Compare
Choose a tag to compare
  • Fixed mykad birthdate so both android and ios have the same format: YYMMDD

v1.3.0

22 Sep 09:55
Compare
Choose a tag to compare
  • Update support for React Native v0.48.3
  • Update BlinkID SDK version for Android

v1.2.1

12 Sep 07:15
Compare
Choose a tag to compare

Fixed issue #9

v1.2.0

11 Sep 12:53
Compare
Choose a tag to compare

Added MyKad support.