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

Add touchType to touchEvent #2941

Closed latekvo closed 5 months ago

latekvo commented 5 months ago

This PR adds pointerType to touchEvent on android and web. This propet is already present on ios but it's missing from web and android.

latekvo commented 5 months ago

Both android and web implementations are now working. On a side note, github workflows keep on getting randomly cancelled, and have to be manually re-run