react-native-audio-player-recorder-no-linking icon indicating copy to clipboard operation
react-native-audio-player-recorder-no-linking copied to clipboard

Pause function!

Open somarjun opened this issue 7 years ago • 1 comments

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?

somarjun avatar Aug 18 '18 13:08 somarjun

If the modal handles an onclick event, then use it to call the same code that the pause button does.

reggie3 avatar Aug 20 '18 02:08 reggie3