JackDanielsAndCode / react-native-multi-slider

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

Bug fix in marker pan responder #36

Closed almirfilho closed 7 years ago

almirfilho commented 7 years ago

PanResponder on markers was being released when pan gesture goes out of marker area (defined by slider prop touchDimensions). Worths mentioning that this happens when we use it inside a ScrollView (or any component that has a PanResponder). Also, this behavior prevents the configuration touchDimensions.slipDisplacement to work as it should.

Thanks for you package!

gfontenot commented 7 years ago

We're running into this as well. Any chance of getting this merged? Or is there another workaround?

mrlaessig commented 7 years ago

Needs to be published by someone who owns the npm package.