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 tvOS build #3180

Closed m-bert closed 4 weeks ago

m-bert commented 4 weeks ago

Description

After adding stylusData support, builds on tvOS fail. This PR fixes that

Test plan

Add Gesture Handler to tvOS app (for example run npx @react-native-community/cli@latest init TVTest --template @react-native-tvos/template-tv) and check that it builds correctly.