alantoa / react-native-awesome-slider

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

"Array size is not a small enough positive integer" when "step" is set to a number lower than 1 #36

Closed witherBattler closed 1 year ago

witherBattler commented 1 year ago

I really like this library, but sadly I have trouble setting a step that is lower than 1, which is important for me. The step I want to set is 0.2.

alantoa commented 1 year ago

hi @witherBattler, I think this is not a blocker. you can still set an integer between 0 and 10, and divide it by 10 when you use it.