avishain / react-native-range-slider-expo

Customizable range slider for react native apps
MIT License
29 stars 12 forks source link

fix decimal problem on slider #23

Closed khusmann closed 2 years ago

khusmann commented 2 years ago

hello, I've put this together as a quick fix for the decimal problem on the regular slider as well. thx!

khusmann commented 2 years ago

Relevant issue: #16

khusmann commented 2 years ago

oops, I didn't do it quite right -- when I let go of the slider it rounds it down to the nearest int... gotta run now, can look closer at it later...

khusmann commented 2 years ago

oh, actually, the incorrect rounding was in the code I was using to test... this pull request is actually good, I think!

avishain commented 2 years ago

Done along with other changes I made. Thanks for your time.