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 `onStart` callbacks of `ReanimatedSwipeable` being called every update #3151

Closed latekvo closed 1 month ago

latekvo commented 1 month ago

Description

Fix onStart callbacks of ReanimatedSwipeable being called every update.

Moved from #3149

Test plan