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