davidohayon669/react-native-youtube

Need custom progress bar

Opened this issue · 2 comments

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

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.

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