diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-23 17:14:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 17:14:41 +0300 |
commit | 54e5ea0aff3a075b36584314d3a4006722cc3199 (patch) | |
tree | f73bb74e690e5f77f9d51c40c0334586a369d661 /app.config.js | |
parent | 555dd6a4dbef8f11bec70dd3b4d9d4d433aaaa23 (diff) | |
download | voidsky-54e5ea0aff3a075b36584314d3a4006722cc3199.tar.zst |
rm vision-camera (#8273)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 12 |
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: { |