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

fix: [IOBP-879,IOBP-880] Upgrade react-native-vision-camera to version 4.3.1 #6216

Merged
merged 11 commits into from
Oct 11, 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
10 changes: 6 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,11 @@ PODS:
- Sentry/HybridSDK (8.36.0)
- SocketRocket (0.6.1)
- SwiftCBOR (0.4.7)
- VisionCamera (3.9.2):
- React
- React-callinvoker
- VisionCamera (4.3.1):
- VisionCamera/Core (= 4.3.1)
- VisionCamera/React (= 4.3.1)
- VisionCamera/Core (4.3.1)
- VisionCamera/React (4.3.1):
- React-Core
- Yoga (1.14.0)
- YogaKit (1.18.1):
Expand Down Expand Up @@ -1124,7 +1126,7 @@ SPEC CHECKSUMS:
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
SwiftCBOR: 465775bed0e8bac7bfb8160bcf7b95d7f75971e4
VisionCamera: 36c460338692788a0d377dce7d32f8ba049fb4f2
VisionCamera: 58d2120e6e23c155b25f4702b7912dc2b1e5e8c2
Yoga: c32e0be1a17f8f1f0e633a3122f7666441f52c82
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
ZendeskAnswerBotProvidersSDK: a024260282886870a15e7a986bf5286c23fd9311
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"react-native-tab-view": "3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-view-shot": "3.1.2",
"react-native-vision-camera": "3.9.2",
"react-native-vision-camera": "4.3.1",
"react-native-webview": "^13.10.3",
"react-native-xml2js": "^1.0.3",
"react-redux": "8.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13623,10 +13623,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==

react-native-vision-camera@3.9.2:
version "3.9.2"
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-3.9.2.tgz#d6656a4c0af929916d5e6b57af5adfe94ff8c65a"
integrity sha512-watHRWbeH7CBYq/5sPj2fpZj87V8J5nGdmYO61aYsDLuJ2Pkij7anAzBf8B8oZiyoSUuYpAzX4lIIi+LjWVedA==
react-native-vision-camera@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-4.3.1.tgz#f755107f259f71f51a619ccaaefc55bbe341b2c7"
integrity sha512-7BzvZnorTQDQ5qZEOeiRpjA1BM0ZsUxxCsPtntRf1by7Ialok+gD04k285+n+7yy/2+WT4TwLSPeiAqx9z+uew==

react-native-webview@^13.10.3:
version "13.10.3"
Expand Down
Loading