react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Range slider

Open avlonder opened this issue 5 years ago • 7 comments

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

avlonder avatar Mar 12 '21 09:03 avlonder

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 avatar Apr 22 '21 21:04 Sharcoux

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

Sharcoux avatar Apr 22 '21 21:04 Sharcoux

@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!

BartoszKlonowski avatar Jun 28 '21 09:06 BartoszKlonowski

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

katwal-dipak avatar Apr 24 '24 14:04 katwal-dipak