JackDanielsAndCode / react-native-multi-slider

Pure JS react native slider component with one or two markers.
MIT License
151 stars 96 forks source link

Min / Max range divisibility #42

Open wkoutre opened 7 years ago

wkoutre commented 7 years ago

README should say:

"The step size between values. Make sure min max range is divisible by this, otherwise IT WON'T WORK"

Not just that "expected results" won't be realized.