Skip to content

Commit

Permalink
chore: upgrade react native vision camera lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Apr 29, 2024
1 parent 5cada1c commit 3fdc504
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,9 +1305,11 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SocketRocket (0.6.1)
- VisionCamera (3.9.2):
- React
- React-callinvoker
- VisionCamera (4.0.1):
- VisionCamera/Core (= 4.0.1)
- VisionCamera/React (= 4.0.1)
- VisionCamera/Core (4.0.1)
- VisionCamera/React (4.0.1):
- React-Core
- Yoga (1.14.0)
- ZXingObjC (3.6.9):
Expand Down Expand Up @@ -1729,7 +1731,7 @@ SPEC CHECKSUMS:
RNSVG: 50cf2c7018e57cf5d3522d98d0a3a4dd6bf9d093
RNVectorIcons: 73ab573085f65a572d3b6233e68996d4707fd505
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 36c460338692788a0d377dce7d32f8ba049fb4f2
VisionCamera: 5787602f86d8521f17af0e606259b6d367754e74
Yoga: 47d399a73c0c0caa9ff824e5c657eae31215bfee
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-view-shot": "^3.7.0",
"react-native-vision-camera": "^3.9.2",
"react-native-vision-camera": "^4.0.1",
"react-native-webln": "^0.1.11",
"react-native-webview": "^13.8.6",
"rn-qr-generator": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20082,10 +20082,10 @@ react-native-view-shot@^3.7.0:
dependencies:
html2canvas "^1.4.1"

react-native-vision-camera@^3.9.2:
version "3.9.2"
resolved "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-3.9.2.tgz#d6656a4c0af929916d5e6b57af5adfe94ff8c65a"
integrity sha512-watHRWbeH7CBYq/5sPj2fpZj87V8J5nGdmYO61aYsDLuJ2Pkij7anAzBf8B8oZiyoSUuYpAzX4lIIi+LjWVedA==
react-native-vision-camera@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.0.1.tgz#045c8ff9c236d3bf7e1dba24172a4c11b19bbd37"
integrity sha512-TuXLw/ak+LPaJOCuUaYG1g2EmTAEEeIVAhSbCsqEHlklMjkO0oRBGcPC6HpKw3++jkcKRBVVyY48HbB002UZfg==

react-native-webln@^0.1.11:
version "0.1.11"
Expand Down

0 comments on commit 3fdc504

Please sign in to comment.