From 6d61e60717be8879bec28eb5e4ab986e9f02cc72 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 15 Jan 2025 15:33:10 -0600 Subject: Install new deps (cherry picked from commit 04d8b3e9a8e527f9bf480770bae3eafbccc10c90) --- app.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app.config.js') 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: { -- cgit 1.4.1