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

[tvOS] Fix tvOS not building because of `LongPressGestureHandler` #3090

Closed latekvo closed 2 months ago

latekvo commented 2 months ago

Description

When building a React Native app for TvOS, the following error is being thrown: image

This PR fixes this issue by wrapping numberOfPointersRequired in a platform specific clause to fix the build error.

closes: #3089

Test plan

Try building TvOS before and after this change