You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the user is scrolling down the list, its very easy to trigger the start of the swipe, which causes the row/element to blink and momentarily show the component rendered by renderHiddenRow.
Is there a way to make it harder to trigger the start of the swipe, like setting how the user must swipe X pixels before starting the swipe?
Tried setting swipeToOpenPercent={50} as a SwipeListView prop but even a small sliding gesture still causes the swipe to trigger. Am not using SwipeRow in renderItem.
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Describe the bug
When the user is scrolling down the list, its very easy to trigger the start of the swipe, which causes the row/element to blink and momentarily show the component rendered by
renderHiddenRow
.Is there a way to make it harder to trigger the start of the swipe, like setting how the user must swipe X pixels before starting the swipe?
Tried setting
swipeToOpenPercent={50}
as aSwipeListView
prop but even a small sliding gesture still causes the swipe to trigger. Am not usingSwipeRow
inrenderItem
.Thanks in advance :)
The text was updated successfully, but these errors were encountered: