From 54e5ea0aff3a075b36584314d3a4006722cc3199 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 23 Apr 2025 17:14:41 +0300 Subject: rm vision-camera (#8273) --- app.config.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'app.config.js') 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: { -- cgit 1.4.1