From 5d808254f0b47f6c06bee5a327c2176ab7b97e63 Mon Sep 17 00:00:00 2001 From: masch Date: Fri, 24 Jul 2026 23:06:49 -0300 Subject: [PATCH] fix(mobile): disable microphone permission in expo-audio plugin --- apps/mobile/app.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index aaa8e1aa..17c79a3f 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -83,6 +83,7 @@ export default ({ config }: ConfigContext): ExpoConfig => { 'expo-audio', { enableBackgroundPlayback: true, + microphonePermission: false, }, ], [