react-native-web-refresh-control
react-native-web-refresh-control copied to clipboard
Captures mouse events?
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
@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: https://github.com/NiciusB/react-native-web-refresh-control/pull/17