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] Fix build on `fabric` #3154

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

Right now Gesture Handler fails to build on macOS on new architecture. This PR brings changes necessary to fix this problem.

Fixes #3144.

Test plan

Build macOS example app on new architecture.

hsjoberg commented 1 month ago

Can confirm that it fixes #3144 💯