Reputation: 409
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.
Upvotes: 0
Views: 139
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
Reputation: 426
Are you referring to the slider control? Check out https://github.com/react-native-community/react-native-slider
Upvotes: 1
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