Hi, i using the library for my app and the functionality is Great! thanks for dev team.
I have some issue and one of that is the Audio cannot stop if i play other player app like music app. Or if incomming call same that.
How should i do for this issue?
Hi, you can look into using the remote-duck event, listed here: https://react-native-kit.github.io/react-native-track-player/documentation/#remote-duck
You may also want to look at the alwaysPauseOnInterruption option: https://react-native-kit.github.io/react-native-track-player/documentation/#updateoptionsoptions
Hope that helps.
Most helpful comment
Hi, you can look into using the
remote-duckevent, listed here: https://react-native-kit.github.io/react-native-track-player/documentation/#remote-duckYou may also want to look at the
alwaysPauseOnInterruptionoption: https://react-native-kit.github.io/react-native-track-player/documentation/#updateoptionsoptionsHope that helps.