react-native-jw-media-player icon indicating copy to clipboard operation
react-native-jw-media-player copied to clipboard

Make all player actions Promise based

Open nateshmbhat opened this issue 1 year ago • 1 comments

Player actions like "stop" , "play" , "pause" , "seekTo" etc , should return a promise so that any actions that needs to be performed synchronously after a previous action can be done properly.

Also sometimes without having a promise based way, multiple actions end up running at a time while the previous one is still being processed by JWPlayer native library and it would cause a crash or some other error.

nateshmbhat avatar Jul 28 '22 05:07 nateshmbhat

Any plan for implementing this? 🙏

nateshmbhat avatar May 15 '23 05:05 nateshmbhat