charliesbot / react-native-media-controls

A sweet UI component to manipulate your media. Strongly typed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

only visiblity of slider by using props

RupamShaw opened this issue · comments

commented

Is it possible to have prop slider visiblity.

could you explain a little bit further the requirements of this?

commented

gallery of videos but dimension is small eg:{width:30, height:30} ,So I need to show only play button, no need to show slider.

But full screen both slider and play button both visible.

I've added some new props that can help you to do that. You need to use the latest version (2.1.0) in order to use them!

sliderStyle={{
              containerStyle: {
                display: 'none',
              }}}