githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

Slider does not work if you specify a step #46

Closed darkbasic closed 4 years ago

darkbasic commented 4 years ago

I tried with step={0.1} and it crashes at startup, works fine if I omit the step prop

githuboftigran commented 4 years ago

@darkbasic yes, because step and other values should be integers. It's written in docs: "If valueType is set to number, these props should be Numbers (integer)."