alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Use ScrollView in Card?

vuciv opened this issue · comments

I've read through the past problems on this, but can't find a solution that doesn't make the gesture very buggy.

Any thoughts?

verticalSwipe={false}

And use TouchableWithoutFeedback inside Scrollview

verticalSwipe={false}

And use TouchableWithoutFeedback inside Scrollview

After hours of search, this worked. Some other people recommended using inside and I don't know why it did not work for me. This your solution worked perfecto!

verticalSwipe={false}

And use TouchableWithoutFeedback inside Scrollview

Wow! This really saved my day. Thanks.

This wasted my day. Thanks