Skip to content

Commit

Permalink
chore: [IAI-270] Bump version of react-native-vision-camera from 2.15…
Browse files Browse the repository at this point in the history
….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
shadowsheep1 authored Feb 27, 2023
1 parent ab1d571 commit 6413057
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ PODS:
- vision-camera-code-scanner (0.2.0):
- GoogleMLKit/BarcodeScanning
- React-Core
- VisionCamera (2.15.1):
- VisionCamera (2.15.4):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -990,7 +990,7 @@ SPEC CHECKSUMS:
RNZendeskChat: ca87fe979b80836046e5632a88e5e5ed0ea75b87
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
vision-camera-code-scanner: dda884a7f3ec8243a2a6d6489b91860648371bca
VisionCamera: 51e731cb8cb61740f6cbd06dd9e818e2042a3d0e
VisionCamera: 5fc30ecebdfd0335d11123ec9511dcbc27ee4046
Yoga: c2b1f2494060865ac1f27e49639e72371b1205fa
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
ZendeskAnswerBotProvidersSDK: 8ef75d4484f09c324cd93ce2725364d73dbabcf5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"react-native-tab-view": "^2.x",
"react-native-vector-icons": "^7.0.0",
"react-native-view-shot": "3.1.2",
"react-native-vision-camera": "2.15.1",
"react-native-vision-camera": "2.15.4",
"react-native-webview": "^11.13.0",
"react-native-xml2js": "^1.0.3",
"react-redux": "7.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6413057

Please sign in to comment.