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

[Web] Simplify `PointerTracker` methods #3139

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

This PR simplifies some methods found in PointerTracker. I've also found a little bug which was not caught because of how tracker worked before.

Test plan

Verified on example app (mostly Draggable/Double Draggable examples)