Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating RN vision camera package #3266

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,11 +1305,11 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SocketRocket (0.6.1)
- VisionCamera (4.0.1):
- VisionCamera/Core (= 4.0.1)
- VisionCamera/React (= 4.0.1)
- VisionCamera/Core (4.0.1)
- VisionCamera/React (4.0.1):
- VisionCamera (4.0.3):
- VisionCamera/Core (= 4.0.3)
- VisionCamera/React (= 4.0.3)
- VisionCamera/Core (4.0.3)
- VisionCamera/React (4.0.3):
- React-Core
- Yoga (1.14.0)
- ZXingObjC (3.6.9):
Expand Down Expand Up @@ -1731,7 +1731,7 @@ SPEC CHECKSUMS:
RNSVG: 50cf2c7018e57cf5d3522d98d0a3a4dd6bf9d093
RNVectorIcons: 73ab573085f65a572d3b6233e68996d4707fd505
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 5787602f86d8521f17af0e606259b6d367754e74
VisionCamera: 6ec753da6360981b4d1796cd13130ff9f4350ec9
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": "^4.0.1",
"react-native-vision-camera": "^4.0.3",
"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@^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-vision-camera@^4.0.3:
version "4.0.3"
resolved "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.0.3.tgz#185e278bf3654f11a2878a3e4deb3369935627f8"
integrity sha512-scDSSVtd5OVMJrwhio/TcBw+h33XssJM+ANv3sdw7pH8dNQPRsHO1J32f0F/AAhudfdwffv7kAHB0Efe4nUl7g==

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