alantoa / react-native-awesome-slider

🚀 An anwesome <Slider/> that supports various features haptic, lottie, animation, ballon, etc.
MIT License
228 stars 28 forks source link

fix: fix initial value for stepped slider #48

Closed computerjazz closed 8 months ago

computerjazz commented 8 months ago

thumbIndex was only updated within the gesture callback, but it is used to set the slider index, so its initial value was not being set.

closes #46 closes #47

alantoa commented 8 months ago

hey @computerjazz, thanks for your PR! LGTM, but there is a nit and I fixed it in another branch!