LunatiqueCoder / react-native-media-console

A React Native video player. Built with TypeScript ❤️
MIT License
184 stars 28 forks source link

Fix bug forward button #56

Closed leadmrn closed 1 year ago

leadmrn commented 1 year ago

Hi, I've new PR for you :

I noticed a bug, when you press the forward button when you are in the rewind time of the end of the video, the video starts looping.

So I fixed that by bringing the video to the end and pausing it.