Closed joaom182 closed 6 years ago
I'm facing a bad experience with slider, when interact and swipe up/down, scrolls on <ScrollView> occurs.
<ScrollView>
On FlatList or SectionList has a prop called verticalScrollingDisabled to prevent this behavior, has any kind of option on react-native-slider?
FlatList
SectionList
verticalScrollingDisabled
react-native-slider
How did you solve this?
I'm facing a bad experience with slider, when interact and swipe up/down, scrolls on
<ScrollView>
occurs.On
FlatList
orSectionList
has a prop calledverticalScrollingDisabled
to prevent this behavior, has any kind of option onreact-native-slider
?