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: pinch gesture velocity expressed in scale factor per second on android #3072

Closed coado closed 2 months ago

coado commented 2 months ago

Description

Pinch gesture velocity should be expressed in scale factor per second on android (just like on iOS here). I have changed delta to be in seconds instead of ms when calculating the velocity.

Test plan

I've compared that manually on iOS and android simulator.