JackDanielsAndCode / react-native-multi-slider

Pure JS react native slider component with one or two markers.
MIT License
151 stars 96 forks source link

Slider not movable after reaching to maximum or minimum #39

Open ZebelLizard opened 7 years ago

ZebelLizard commented 7 years ago

After the slider reaches to the minimum value or maximum value, it is not movable anymore. It just freezes to that particular point. Is there any way to solve this?

chiichuy commented 7 years ago

It's a zIndex problem :P, the second circle its alway on foreground.

sandropoluan commented 7 years ago

So there is no way to solve this?