Eric
Eric

Reputation: 409

Is there any react native library that implements this type of bar?

I am trying to make a bar where user can move the round point to adjust where the video starts. I want to use something like the brightness adjustment in the following image, but I am not sure about the name of this kind of library.

enter image description here

Upvotes: 0

Views: 139

Answers (3)

Eric
Eric

Reputation: 409

I found this library to be really useful for me at the end.

The usual slider may not work for me since I wanted to have at least two markers on the slider.

https://github.com/ptomasroos/react-native-multi-slider

Upvotes: 0

MrNickel
MrNickel

Reputation: 426

Are you referring to the slider control? Check out https://github.com/react-native-community/react-native-slider

Upvotes: 1

zenwraight
zenwraight

Reputation: 2000

I think this library seems to have most of the video player related functionality - React Native Video library.

Hope this helps!

Upvotes: 0

Related Questions