react-native-audio-player-recorder-no-linking
react-native-audio-player-recorder-no-linking copied to clipboard
Pause function!
I'm using a modal to render player, when user clicks outside the modal the player should pause.
Is there a way to achieve it?
If the modal handles an onclick event, then use it to call the same code that the pause button does.