about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-04-23 17:14:41 +0300
committerGitHub <noreply@github.com>2025-04-23 17:14:41 +0300
commit54e5ea0aff3a075b36584314d3a4006722cc3199 (patch)
treef73bb74e690e5f77f9d51c40c0334586a369d661 /app.config.js
parent555dd6a4dbef8f11bec70dd3b4d9d4d433aaaa23 (diff)
downloadvoidsky-54e5ea0aff3a075b36584314d3a4006722cc3199.tar.zst
rm vision-camera (#8273)
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js12
1 files changed, 1 insertions, 11 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: {