davidohayon669 / react-native-youtube

A <YouTube/> component for React Native.
MIT License
1.16k stars 472 forks source link

Need custom progress bar #511

Open swaroopaillinda opened 3 years ago

swaroopaillinda commented 3 years ago

Hi,

Is there any possibility to add custom progress bar for video as I need to add breakpoint to the progress bar and pause the video at that breakpoint to display something

Please help me in solving this

Thanks in advance

luizppa commented 3 years ago

As far as I'm aware, there is no support for a custom progress bar neither in XCD player nor in Youtube native module. What you could do is set controls={0} to hide interactive controls then build your own player frame. However overlaying the player can cause some playback problems, so it could be tricky.

staticGuru commented 2 years ago

we need also custom youtube players Is it any possibility to overwrite this library?