software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[macOS] Add `HoverGestureHandler` #3027

Closed m-bert closed 3 months ago

m-bert commented 3 months ago

Description

This PR adds HoverGestureHandler on macOS.

Limitations

It seems that Hover doesn't work when wrapped in ScrollView. I'm yet to find out what causes that.

Test plan

Tested on Hover example in example app.

m-bert commented 3 months ago

There still might be some problems with blocking other handlers, but I think that they can be addressed in other PRs if necessary 😅