Skip to content

Commit

Permalink
bump vision camera to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelsousa committed Jan 12, 2024
1 parent 968459b commit 86d6ca0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,12 @@ PODS:
- React-logger (= 0.72.5)
- React-perflogger (= 0.72.5)
- SocketRocket (0.6.1)
- VisionCamera (3.6.4):
- VisionCamera (3.7.1):
- React
- React-callinvoker
- React-Core
- react-native-worklets-core
- VisionCameraOcr (2.1.1):
- VisionCameraOcr (2.2.0):
- GoogleMLKit/TextRecognition (= 3.1.0)
- React-Core
- Yoga (1.14.0)
Expand Down Expand Up @@ -752,7 +752,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
FBReactNativeSpec: 448e08a759d29a96e15725ae532445bf4343567c
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
Expand All @@ -764,7 +764,7 @@ SPEC CHECKSUMS:
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
GoogleMLKit: 9d072522949ff0ef4dae5359feaf3db2ef2fa658
GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34
Expand Down Expand Up @@ -816,8 +816,8 @@ SPEC CHECKSUMS:
React-utils: 7a9918a1ffdd39aba67835d42386f592ea3f8e76
ReactCommon: 91ece8350ebb3dd2be9cef662abd78b6948233c0
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: db57ca079c4f933f1ddd07f2f8fb2d171a826b85
VisionCameraOcr: 2f3b773e8a00ad670db56057d56df6dd8fb2fc39
VisionCamera: ed2a20093f043b6d81a3b4b79038173716456e55
VisionCameraOcr: ae4485dc8f4667669ba6cedbb85a88e6d3a1c214
Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-vision-camera": "^3.6.4",
"react-native-vision-camera": "^3.7.1",
"react-native-worklets-core": "^0.2.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {

import {useSharedValue, Worklets} from 'react-native-worklets-core';

import {scanOCR} from 'vision-camera-ocr';
import {scanOCR} from '@ismaelmoreiraa/vision-camera-ocr';

export default function App() {
const [dimensions, setDimensions] = useState({width: 1, height: 1});
Expand Down
11 changes: 4 additions & 7 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5448,10 +5448,10 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-native-vision-camera@^3.6.4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-3.6.4.tgz#ac77238f31779f647d03bce3cd4b5eba61f3df85"
integrity sha512-DDWb8aB5tE7sM7YuU5f31AuhJVDJS3amZoZMQgHWa8S9h0acp3hY3uyriKzXshj/asYu2UAo5QUUglwl7Mcd1Q==
react-native-vision-camera@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-3.7.1.tgz#e8bdf5e6a61533fbf34be393acd9d8f5d24168a8"
integrity sha512-jhcLiDCOFaYEeu2UhZjK1Yft+eOC0uzrHkShWF0XOH3BioBYAxs1bec0RUItCGAvzbPePIC07KwB74PaJu0Zxw==

react-native-worklets-core@^0.2.4:
version "0.2.4"
Expand Down Expand Up @@ -6363,9 +6363,6 @@ vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vision-camera-ocr@../:
version "2.1.0"

vlq@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/vlq/-/vlq-1.0.1.tgz#c003f6e7c0b4c1edd623fd6ee50bbc0d6a1de468"
Expand Down

0 comments on commit 86d6ca0

Please sign in to comment.