callstack / react-native-slider

React Native component exposing Slider from iOS and SeekBar from Android
MIT License
1.21k stars 270 forks source link

Range slider #269

Open avlonder opened 3 years ago

avlonder commented 3 years ago

Please, please, please create a slider with two thumbs. This really is an important missing feature.

Sharcoux commented 3 years ago

Just use an other slider. This is requested for years and won't happen soon. You can try @sharcoux/slider that uses the same api as react-native-slider, but the world is full of other good implementations.

Sharcoux commented 3 years ago

Duplicates: https://github.com/callstack/react-native-slider/issues/172 https://github.com/callstack/react-native-slider/issues/228

BartoszKlonowski commented 3 years ago

@Sharcoux Thank you for the insight, that's really helpful! I wouldn't consider #228 as a range slider itself, as it would allow to create several ranges. I would say that this issue (and duplicated #172) is a "subfeature" or a base for multiple-knobs slider.

@avlonder Sorry for the delay in our response. The multiple-knobs slider and/or range slider would be quite an implementation to do, so we will have to postpone it a bit until we find more time to handle that, so if you would like to launch a PR with the implementation it would be really great!

katwal-dipak commented 6 months ago

Alternative library for range slider miblanchard/react-native-slider.

dannyBies commented 1 month ago

This is something I would like to use as well. Is there anything the community can do to get this moving into the right direction? I'm happy to help if I can :)

Sharcoux commented 1 month ago

This is something I would like to use as well. Is there anything the community can do to get this moving into the right direction? I'm happy to help if I can :)

The community already did. 😉