Update react-native-vision-camera (#3096)

* Update package.json

* Update package-lock.json

* Update Podfile.lock

* Reapply vision-camera patch
This commit is contained in:
Johannes Klein
2025-09-07 16:48:26 +02:00
committed by GitHub
parent 0f42472a80
commit afd8a8b883
4 changed files with 14 additions and 13 deletions

9
package-lock.json generated
View File

@@ -94,7 +94,7 @@
"react-native-svg": "^15.12.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.0",
"react-native-vision-camera": "^4.7.2",
"react-native-volume-manager": "^1.10.0",
"react-native-webview": "^13.15.0",
"react-native-worklets-core": "^1.6.2",
@@ -18873,9 +18873,10 @@
}
},
"node_modules/react-native-vision-camera": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.0.tgz",
"integrity": "sha512-aiwmBIhpiQA7fuhqRiBFAgISBI+qAyoZeZakjz/PDwUEuwGKmjYrC2LMOcFAkqSKvDA4vsoOXGxpnk77NoCZBA==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/react-native-vision-camera/-/react-native-vision-camera-4.7.2.tgz",
"integrity": "sha512-C+5PvlSunN6I4aYplSask+v3jfhgduZumIVw6H6lG+Afpf8boIcG3uFSsSfVgj+hxI7fx6qM6bsciEhzgxEUYg==",
"license": "MIT",
"peerDependencies": {
"@shopify/react-native-skia": "*",
"react": "*",