react-native-web-refresh-control icon indicating copy to clipboard operation
react-native-web-refresh-control copied to clipboard

Captures mouse events?

Open CodySwannGT opened this issue 3 years ago • 1 comments

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 avatar Aug 18 '22 04:08 CodySwannGT

@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

wseow87 avatar Aug 16 '23 06:08 wseow87