react-native-sound
react-native-sound copied to clipboard
Handling sound interruptions
Thanks for the library!
Does anyone know if this module handles sound interruptions such as incoming calls etc?
I have a simple app that plays audio in the background, however when there is a call or the alarm runs, the playback of the sound file stops.
I have enabled background mode and my sound category settings are as follows:
Sound.setCategory('Playback', false)
- iOS 10.3