Skip to content
1 change: 1 addition & 0 deletions apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
'expo-audio',
{
enableBackgroundPlayback: true,
microphonePermission: false,
},
],
[
Expand Down
Loading