alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.54k stars 460 forks source link

How To Use ScrollView in Card? #351

Open vuciv opened 3 years ago

vuciv commented 3 years ago

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?

ksielyov commented 3 years ago

same

ithebk commented 3 years ago

verticalSwipe={false}

And use TouchableWithoutFeedback inside Scrollview

AnatuGreen commented 2 years ago

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!

sametcl2 commented 1 year ago

verticalSwipe={false}

And use TouchableWithoutFeedback inside Scrollview

Wow! This really saved my day. Thanks.

gursewak-sohi commented 1 year ago

This wasted my day. Thanks

keranrong commented 8 months ago

Sorry a newbie here. Can someone show me some example code please?

willie-hung commented 5 months ago

This worked, thanks!

niki-bri commented 6 days ago

Hi, this works like a charm. However, scrolling vertically is freakishly difficult for me as the horizontal swipe gestures are very sensitive. Is there any way to make vertical scrolling less difficult?

niki-bri commented 6 days ago

Ok, I fixed it using a touchable opacity. No idea why using TouchableWithoutFeedback did not work for me.

cagrigit-hub commented 4 days ago

Hey guys, this solution works on IOS but not on android for me. Any suggestion ?