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

Fix failing macOS build #3033

Closed j-piasecki closed 3 months ago

j-piasecki commented 3 months ago

Description

In https://github.com/software-mansion/react-native-gesture-handler/pull/2985 some changes were made regarding handling of ScrollViews by the native handler. I have no idea how the build passed on the PR itself but a type only available on iOS was used which causes macOS not to build.

This PR cleans it up.

Test plan

Build macOS example