Install new deps

(cherry picked from commit 04d8b3e9a8)
This commit is contained in:
Eric Bailey
2025-01-15 15:33:10 -06:00
parent c7666917f2
commit 6d61e60717
3 changed files with 19 additions and 42 deletions
+9
View File
@@ -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: {