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

Multi-thumb option

Open Noitidart opened this issue 5 years ago • 22 comments

Describe the Feature

Right now we only have one "grip" option. It would be nice to have multiple grips. Two would be a good start.

Possible Implementations

For Android probably this one - https://github.com/apptik/MultiSlider

For iOS probably this one - https://github.com/yonat/MultiSlider

Related Issues

Noitidart avatar Mar 13 '19 19:03 Noitidart

That's the reason why I'm not using this library

hecontreraso avatar Apr 23 '19 03:04 hecontreraso

@hecontreraso which library are you using?

dayaki avatar Apr 27 '19 16:04 dayaki

I'm really interested by this feature, it's kind of basic for start/end feature.

jonathangreco avatar May 22 '19 13:05 jonathangreco

Thanks for the vote of support @jonathangreco !

Noitidart avatar May 22 '19 14:05 Noitidart

Hi, @michalchudziak what're your thoughts on this??

  1. Add libs as dependencies and write RN wrappers
  2. implement/take some good chunks step by step from the libs??

chakrihacker avatar Jun 14 '19 03:06 chakrihacker

+1

waleedarshad avatar Sep 24 '19 08:09 waleedarshad

+1

itfarrier avatar Dec 05 '19 09:12 itfarrier

+1

ghost avatar Jan 13 '20 17:01 ghost

@wojteg1337 sry for adding to this issue, just want to know your thought??

chakrihacker avatar Jan 14 '20 10:01 chakrihacker

+1

brunohkbx avatar Feb 18 '20 02:02 brunohkbx

+1

jsworyk avatar May 13 '20 02:05 jsworyk

+1

zackyrza avatar Aug 13 '20 20:08 zackyrza

really need this feature. need to filter values in between a selected min and max

KyleAsaff avatar Jan 03 '21 18:01 KyleAsaff

+1

owenashurst avatar Jul 05 '21 12:07 owenashurst

+1

ferzos avatar Jul 06 '21 05:07 ferzos

+1

aryanaaaa avatar Nov 16 '21 09:11 aryanaaaa

When can we expect this one to go live?

tragicmj avatar Jun 30 '22 13:06 tragicmj

@tragicmj Thanks for asking! This is a very tricky feature to be implemented, as this has to be exposed from the native side on three different platforms. So all of them has to expose the API that will allow multithumb, which is not trivial to implement.

I got this planned and will tackle this, as soon as I face all important defects. But I cannot give any estimation of probable time to deliver this. But (to everyone interested) please know that this is not forgotten, nor derelic nor abondoned.

BartoszKlonowski avatar Jun 30 '22 20:06 BartoszKlonowski

Is this implemented? How can I put it on my Slider?

<Slider style={{ width: 200, height: 40 }} onSlidingComplete={(value) => setSelectedValue(value)} minimumValue={0} maximumValue={1} minimumTrackTintColor="#f8a60f" maximumTrackTintColor="#000000" thumbTintColor="#f8a60f" />

cassiano07 avatar Nov 02 '23 23:11 cassiano07

+1

willkn avatar Mar 28 '24 21:03 willkn