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

Unify Vector-related constant naming scheme across Web and Android implementations #3052

Closed latekvo closed 3 months ago

latekvo commented 3 months ago

Description

Rename constant determining whether magnitude is sufficient to MINIMAL_RECOGNIZABLE_MAGNITUDE on both Web and Android

Test plan

not applicable

m-bert commented 3 months ago

Test plan not applicable

I hope you've tested that both implementations work? 😅

latekvo commented 3 months ago

I hope you've tested that both implementations work? 😅

I did :)