n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

Slider component on Page causes conflicting swipe behavior #29

Open sinclas opened 6 years ago

sinclas commented 6 years ago

Hi,

I put a react-native-slider component in a child page. I want to be able to use the slider but when I do, it causes the react-native-pages component to start swiping between pages. How can I get a page to not respond to swiping while over the actual slider component, but work anywhere else on the page?

Thanks! Steve