forked from pagopa/io-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: [IAI-270] Bump version of react-native-vision-camera from 2.15…
….1 to 2.15.4 (pagopa#4409) ## Short description This PR bumps version of react-native-vision-camera from 2.15.1 to 2.15.4 to avoid crashes when compiling the app with Xcode 14 | ❌ | ✅ | | - | - | | <img src="https://user-images.githubusercontent.com/16268789/221237202-0c592bff-ca72-4c3d-a1a7-3fdeccb2cc1b.PNG" width="150" /> | <img src="https://user-images.githubusercontent.com/16268789/221237169-1ba838bf-bb33-420b-abed-27b69487d85f.PNG" width="150" /> | ## How to test - Compile the app with Xcode 14 and try reading a payment notice from a QR code with the camera. All must work fine. - Run the app on an Android device. Try reading a payment notice from a QR code with the camera. All must work fine (to be sure there's no regression).
- Loading branch information
1 parent
ab1d571
commit 6413057
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14481,10 +14481,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/react-native-view-shot/-/react-native-view-shot-3.1.2.tgz#8c8e84c67a4bc8b603e697dbbd59dbc9b4f84825" | ||
integrity sha512-9u9fPtp6a52UMoZ/UCPrCjKZk8tnkI9To0Eh6yYnLKFEGkRZ7Chm6DqwDJbYJHeZrheCCopaD5oEOnRqhF4L2Q== | ||
|
||
[email protected].1: | ||
version "2.15.1" | ||
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-2.15.1.tgz#2259cce3b4ff4ac6c8e9eb859a71a12731ceddf6" | ||
integrity sha512-mvz9T6DRfHSee52dpwZxyIdhED8ebmMbVoIpAC2MwkAv1tAV2iZhScRNhpf3Pj9pbh9hpO7Kan0Kc+k7GQGhpw== | ||
[email protected].4: | ||
version "2.15.4" | ||
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-2.15.4.tgz#821f0505fc8c63b87c1ae4697d2bb4f670333576" | ||
integrity sha512-SJXSWH1pu4V3Kj4UuX/vSgOxc9d5wb5+nHqBHd+5iUtVyVLEp0F6Jbbaha7tDoU+kUBwonhlwr2o8oV6NZ7Ibg== | ||
|
||
react-native-webview@^11.13.0: | ||
version "11.13.0" | ||
|