about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-01-15 15:33:10 -0600
committerEric Bailey <git@esb.lol>2025-01-16 15:39:06 -0600
commit6d61e60717be8879bec28eb5e4ab986e9f02cc72 (patch)
tree2d911869a63ac2514c41fd7dd3c46c7e5fa65b39 /app.config.js
parentc7666917f2d9de62c8ee8ab26cbd0293ffadb287 (diff)
downloadvoidsky-6d61e60717be8879bec28eb5e4ab986e9f02cc72.tar.zst
Install new deps
(cherry picked from commit 04d8b3e9a8e527f9bf480770bae3eafbccc10c90)
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index 720981754..ff5fdcddb 100644
--- a/app.config.js
+++ b/app.config.js
@@ -348,6 +348,15 @@ module.exports = function (config) {
           },
         ],
         ['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
+        [
+          'react-native-vision-camera',
+          {
+            cameraPermissionText: 'Bluesky needs access to your camera.',
+            enableMicrophonePermission: true,
+            microphonePermissionText:
+              'Bluesky needs access to your microphone.',
+          },
+        ],
       ].filter(Boolean),
       extra: {
         eas: {