diff options
author | Eric Bailey <git@esb.lol> | 2025-01-16 16:56:51 -0600 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2025-01-16 16:56:51 -0600 |
commit | 974bd76e98047bcdf84eae494a01c398b7ba0fb1 (patch) | |
tree | ddc85f723cb03cb565240dfc76a192aa829ce574 /app.config.js | |
parent | 6d61e60717be8879bec28eb5e4ab986e9f02cc72 (diff) | |
download | voidsky-974bd76e98047bcdf84eae494a01c398b7ba0fb1.tar.zst |
Disable
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index ff5fdcddb..fc70ca333 100644 --- a/app.config.js +++ b/app.config.js @@ -351,6 +351,7 @@ module.exports = function (config) { [ 'react-native-vision-camera', { + enableLocation: false, cameraPermissionText: 'Bluesky needs access to your camera.', enableMicrophonePermission: true, microphonePermissionText: |