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

ThumbIndex is wrong in some slider width #15

Closed mohammadalijf closed 2 years ago

mohammadalijf commented 2 years ago

Based on slider width, sometimes thumbIndex will be wrong. To fix this issue I wrapped currentWidth in a Math.round because we are using same method for finding steps width.