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 `FlingGestureHandler` #3028

Closed m-bert closed 3 months ago

m-bert commented 3 months ago

Description

This PR adds FlingGestureHandler on macOS. From now, all handlers, exceptForceTouchGestureHandler, are available on this platform 🥳

Test plan

Tested on newly added example.

m-bert commented 3 months ago

Looking good, just make sure these are resolved before merging:

Those comments require response from @j-piasecki, so I believe he will address them when reviewing this PR 😅