From 5cf8155a0c4d76e277951f700abc20b1b1ef4bd1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 23 Jan 2025 14:14:37 -0600 Subject: [PATCH] Revert "Install new deps" This reverts commit 6d61e60717be8879bec28eb5e4ab986e9f02cc72. --- app.config.js | 10 ---------- package.json | 1 - yarn.lock | 5 ----- 3 files changed, 16 deletions(-) diff --git a/app.config.js b/app.config.js index 57de4493de..4757bd6a01 100644 --- a/app.config.js +++ b/app.config.js @@ -352,16 +352,6 @@ module.exports = function (config) { }, ], ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}], - [ - 'react-native-vision-camera', - { - enableLocation: false, - cameraPermissionText: 'Bluesky needs access to your camera.', - enableMicrophonePermission: true, - microphonePermissionText: - 'Bluesky needs access to your microphone.', - }, - ], ].filter(Boolean), extra: { eas: { diff --git a/package.json b/package.json index f38093caab..3c741d124c 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,6 @@ "react-native-url-polyfill": "^1.3.0", "react-native-uuid": "^2.0.2", "react-native-view-shot": "^4.0.3", - "react-native-vision-camera": "^4.6.3", "react-native-web": "~0.19.13", "react-native-web-webview": "^1.0.2", "react-native-webview": "13.12.3", diff --git a/yarn.lock b/yarn.lock index 187ad5b0cc..d4683735b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16252,11 +16252,6 @@ react-native-view-shot@^4.0.3: dependencies: html2canvas "^1.4.1" -react-native-vision-camera@^4.6.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/react-native-vision-camera/-/react-native-vision-camera-4.6.3.tgz#4454ec5a00d529dde6e4d96e29cdb49fc37a3b7f" - integrity sha512-fVHww4cNFrxvMYOlUZcjl3iYmR3vcUtvLZKW9NHlKZ3o4zsspwYjbw2vheZvHrHtJ30OrE3N2NFqT6CxgPvRCw== - react-native-web-webview@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/react-native-web-webview/-/react-native-web-webview-1.0.2.tgz#c215efa70c17589f2c8d640b1f1dc669b18c6e02"