mirror of https://github.com/tooot-app/app
Play audio in silent mode on iOS
This commit is contained in:
parent
bd750da9d5
commit
0e9ef0ec40
|
@ -6,6 +6,7 @@ const audio = () => {
|
|||
Audio.setAudioModeAsync({
|
||||
interruptionModeIOS: InterruptionModeIOS.MixWithOthers,
|
||||
interruptionModeAndroid: InterruptionModeAndroid.DuckOthers,
|
||||
playsInSilentModeIOS: true,
|
||||
staysActiveInBackground: false
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue