Skip to content

Commit

Permalink
update RN
Browse files Browse the repository at this point in the history
  • Loading branch information
krizaa committed Mar 21, 2024
1 parent ce88701 commit d4120ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
#### Deprecated Functionality:
- `IdBarcodeRecognizer` is now marked as deprecated. We recommend transitioning to `BlinkIdMultiSideRecognizer`, which not only covers the functionality of `IdBarcodeRecognizer` but also offers additional features.

#### Breaking changes
- Add `shouldShowTorchButton` and `shouldShowCancelButton` to `ReticleOverlayView` constructor.
- Splitting up `Image` class to `Image` and `InputImage`.`InputImage` is to be used as an input to the recognizers. `Image` will be the result of recognizer processing.

#### Bugfixes
- Fixed `Background ANR at jdk.internal.misc.Unsafe.park` that would happen in rare cases


## v6.5.1
- Improved scanning of Bolivia IDs by addressing cases where the expiration date is covered by a signature, allowing the completion of the scanning process.
Expand Down

0 comments on commit d4120ee

Please sign in to comment.