reactrondev / react-native-web-swiper

Swiper-Slider for React-Native and React-Native-Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swipe is not working on a Modal

ruben-kasaz opened this issue · comments

Hello ! I am using react-native-web-swiper on my project.

When I use it outside a Modal, I can swipe my elements.
But when I try to put the Swiper on Modal, swiping elements is not working.

Do you know how I can do it ?
Thanks

+1 Same. Also not working in ScrollView

Hi, I have some problem. Can u solve it? @ruben-kasaz

+1 Same. Also not working in ScrollView

Did someone manage to use it inside ScrollView?

You can try adding onStartShouldSetResponder={() => true} prop to every View child of the Swiper.

React Native gesture responder system docs.

I hope this helps.

Looks like the solution was provided and the issue was old. Feel free to create a new issue if the same problem persists.