jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

SwipeRow in ScrollView doesn't block ScrollView's scrolling #597

Open likon416 opened 2 years ago

likon416 commented 2 years ago

When you have SwipeRow inside ScrollView and you're swiping left/right it also moves the scrolling list vertically. How I can block ScrollView scrolling or receiving scroll events for ScrollView, so swiping left/right on SwipeRow will not move my list horizontally?

tdammy92 commented 1 year ago

did you get a fix for this, am having same issues, row cant scroll on android but works perfectly well on ios.

likon416 commented 1 year ago

@tdammy92 I see a bit better results when u will use FlatList or SectionList

yudongqiu commented 1 year ago

Same issue here. This makes it very hard to use as the horizontal swipe needs to be perfect to prevent the vertical scrolling from closing the hidden items. Would appreciate if we have a fix or work around. Thanks!