TheWidlarzGroup / react-native-video-player

A video player for React Native with controls
MIT License
516 stars 316 forks source link

A start() method to trigger a start using ref for custom start button component #145

Open tarun-soni opened 2 years ago

tarun-soni commented 2 years ago

I'm using a custom start button component and want to trigger the start using the ref, but I can see there are seek, stop pause, resume methods but not a start one. So is there any way to mimic the start() method?

Thanks in advance!

alantoa commented 2 years ago

Good idea, you can follow this library react-native-video-player, I will add later.

tarun-soni commented 2 years ago

@alantoa Sure!