diff options
-rw-r--r-- | app.config.js | 12 | ||||
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | yarn.lock | 5 |
3 files changed, 1 insertions, 17 deletions
diff --git a/app.config.js b/app.config.js index e197e6770..0e3031329 100644 --- a/app.config.js +++ b/app.config.js @@ -1,6 +1,6 @@ const pkg = require('./package.json') -module.exports = function (config) { +module.exports = function (_config) { /** * App version number. Should be incremented as part of a release cycle. */ @@ -357,16 +357,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 832d09c04..e4ba9be9e 100644 --- a/package.json +++ b/package.json @@ -197,7 +197,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.5", diff --git a/yarn.lock b/yarn.lock index 073c147ba..57c647d92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16906,11 +16906,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" |