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
@CodySwannGT I face similar issues with List.Swipable from react native elements as well.
The gesture detection rule in this package is too lax.
I made some changes to make it stricter: #17
First off, thanks for putting this together. Can't believe it's missing from RN Web.
When this is enabled, certain mouse events are captured and don't bubble up. For example, this package doesn't work at all => https://github.com/jemise111/react-native-swipe-list-view
The text was updated successfully, but these errors were encountered: