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 elements dissapearing due to high values set to `threshold` props in `ReanimatedSwipeable` #3153

Closed latekvo closed 1 month ago

latekvo commented 1 month ago

Description

Remove mechanism hiding elements which are already out of screen to fix a bug where this mechanism sometimes fired when the element was still on the screen.

Still researching why elements had to be hidden in the first place.

First commit adding the feature which is removed in this PR: (link)

Test plan