Open geraintwhite opened 6 years ago
You can stop the media playback in the background by setting play
to false
when the app is in the background using AppState
, and when the view is not in focus using withNavigationFocus
from react-navigation
.
App crashes when trying to start before audio file is loaded and graph is displayed.
You can use stop props with grit96 's method, but library didn't implement stop method properly
I forked this repo and made a few updates and you can find it from https://github.com/akiotakeis/react-native-audiowaveform
App crashes when trying to start before audio file is loaded and graph is displayed. You can use stop props with grit96 's method, but library didn't implement stop method properly I forked this repo and made a few updates and you can find it from
https://github.com/akiotakeis/react-native-audiowaveform
Cool, but unsupported now
I have same issue for stop playing on unmount. Tried using play state false on unmount. but when some other audio file is opened the previous audio starts playing again. even I have cleared source data.
This is an important requirement The sound keeps playing :/ Still can stop the sound on unmount
Thanks for the hard work on this module.
I have run into a couple of issues using this on iOS: