githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

Is it possible for the min and max for the slider to both be the same value? #26

Closed victor-z-xiong closed 4 years ago

victor-z-xiong commented 4 years ago

Right now, when I have the slider this is the narrowest I can get the two points to move

image

However, shouldn't I be able to have the two points point to the same value as well, so that max == min?

githuboftigran commented 4 years ago

Done