mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Bump rest of the packages
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
import { Audio } from 'expo-av'
|
||||
import { Audio, InterruptionModeAndroid, InterruptionModeIOS } from 'expo-av'
|
||||
import log from './log'
|
||||
|
||||
const audio = () => {
|
||||
log('log', 'audio', 'setting audio playback default options')
|
||||
Audio.setAudioModeAsync({
|
||||
playsInSilentModeIOS: true,
|
||||
interruptionModeIOS: Audio.INTERRUPTION_MODE_IOS_DUCK_OTHERS,
|
||||
interruptionModeAndroid: Audio.INTERRUPTION_MODE_ANDROID_DUCK_OTHERS
|
||||
interruptionModeIOS: InterruptionModeIOS.DuckOthers,
|
||||
interruptionModeAndroid: InterruptionModeAndroid.DuckOthers
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user