mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Play audio in silent mode on iOS
This commit is contained in:
@ -6,6 +6,7 @@ const audio = () => {
|
||||
Audio.setAudioModeAsync({
|
||||
interruptionModeIOS: InterruptionModeIOS.MixWithOthers,
|
||||
interruptionModeAndroid: InterruptionModeAndroid.DuckOthers,
|
||||
playsInSilentModeIOS: true,
|
||||
staysActiveInBackground: false
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user