Skip to content

Commit

Permalink
Release notes.md and init script update
Browse files Browse the repository at this point in the history
  • Loading branch information
mparadina committed Feb 19, 2024
1 parent 4652a0c commit 4b946d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.5.0

- We have updated the plugin to [Android SDK v6.5.0](https://github.com/BlinkID/blinkid-android/releases/tag/v6.5.0) and [iOS SDK v6.5.0](https://github.com/BlinkID/blinkid-ios/releases/tag/v6.5.0)
- Added `cardOrientation` property to `ImageAnalysisResult`
- Fixed issue with the SDK localization

## 6.4.0

We have updated plugin to [Android SDK v6.4.0](https://github.com/BlinkID/blinkid-android/releases/tag/v6.4.0) and [iOS SDK v6.4.0](https://github.com/BlinkID/blinkid-ios/releases/tag/v6.4.0)
Expand Down
2 changes: 1 addition & 1 deletion initReactNativeSampleApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$IS_LOCAL_BUILD" = true ]; then
# use directly source code from this repo instead of npm package
# from RN 0.57 symlink does not work any more
npm pack $blink_id_plugin_path
npm install --save blinkid-react-native-6.4.0.tgz
npm install --save blinkid-react-native-6.5.0.tgz
#pushd node_modules
#ln -s $blink_id_plugin_path blinkid-react-native
#popd
Expand Down

0 comments on commit 4b946d8

Please sign in to comment.