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

[iOS | macOS] Fix translation calculation in `LongPress` #3013

Closed m-bert closed 3 months ago

m-bert commented 3 months ago

Description

While working on LongPress gesture on macOS I've found out that translation is calculated incorrectly. This PR fixes that.

Test plan

Is it necessary? 🤔