diff --git a/native/android/gradle.properties b/native/android/gradle.properties --- a/native/android/gradle.properties +++ b/native/android/gradle.properties @@ -52,3 +52,5 @@ # Version of OpenSSL library to build and link OPENSSL_VERSION=1.1.1l + +VisionCamera_enableCodeScanner=true diff --git a/native/ios/Podfile.lock b/native/ios/Podfile.lock --- a/native/ios/Podfile.lock +++ b/native/ios/Podfile.lock @@ -2345,6 +2345,12 @@ - SQLCipher-Amalgamation/standard (4.5.5-e): - OpenSSL-Universal - SQLCipher-Amalgamation/common + - VisionCamera (4.6.4): + - VisionCamera/Core (= 4.6.4) + - VisionCamera/React (= 4.6.4) + - VisionCamera/Core (4.6.4) + - VisionCamera/React (4.6.4): + - React-Core - Yoga (0.0.0) - ZXingObjC/Core (3.6.9) - ZXingObjC/OneD (3.6.9): @@ -2473,6 +2479,7 @@ - RNScreens (from `../node_modules/react-native-screens`) - RNSVG (from `../node_modules/react-native-svg`) - "SQLCipher-Amalgamation (from `../../node_modules/@commapp/sqlcipher-amalgamation`)" + - VisionCamera (from `../node_modules/react-native-vision-camera`) - Yoga (from `../../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: @@ -2726,6 +2733,8 @@ :path: "../node_modules/react-native-svg" SQLCipher-Amalgamation: :path: "../../node_modules/@commapp/sqlcipher-amalgamation" + VisionCamera: + :path: "../node_modules/react-native-vision-camera" Yoga: :path: "../../node_modules/react-native/ReactCommon/yoga" @@ -2859,6 +2868,7 @@ SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 SQLCipher-Amalgamation: 121e91239c53a3aba13ca742d6dd824c627c66ee + VisionCamera: b5c2b3c45e641102902a5194af11dc532805221e Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5 diff --git a/native/package.json b/native/package.json --- a/native/package.json +++ b/native/package.json @@ -119,6 +119,7 @@ "react-native-svg": "15.11.2", "react-native-tab-view": "^3.3.0", "react-native-video": "^5.2.1", + "react-native-vision-camera": "^4.6.4", "react-native-webview": "13.13.5", "react-redux": "^7.1.1", "reactotron-react-native": "^5.0.3", diff --git a/yarn.lock b/yarn.lock --- a/yarn.lock +++ b/yarn.lock @@ -21354,6 +21354,11 @@ prop-types "^15.7.2" shaka-player "^2.5.9" +react-native-vision-camera@^4.6.4: + version "4.6.4" + resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-4.6.4.tgz#f1c51dda2c5d558ea0ec235e2401abf5efa46875" + integrity sha512-d998uTHsGJ9bTlsClgT37RK1sK7ZQekv5y6ylynds3vmdK6YbFQJUoi2cvMrFN4dp9qvSlCjEfwekjMIz3guQA== + react-native-webview@13.13.5: version "13.13.5" resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.13.5.tgz#4ef5f9310ddff5747f884a6655228ec9c7d52c73"