jemise111/react-native-swipe-list-view

SwipeRow in ScrollView doesn't block ScrollView's scrolling

likon416 opened this issue · 3 comments

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?

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

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

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!