jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.3k stars 571 forks source link

How to disable vertical scrolling on interact with slider? #132

Closed joaom182 closed 6 years ago

joaom182 commented 6 years ago

I'm facing a bad experience with slider, when interact and swipe up/down, scrolls on <ScrollView> occurs.

On FlatList or SectionList has a prop called verticalScrollingDisabled to prevent this behavior, has any kind of option on react-native-slider?

jdegger commented 6 years ago

How did you solve this?