Closed j-piasecki closed 3 months ago
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.
Build macOS example
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