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

[MacOS] Fix `Pressable` being unresponsive #3142

Closed latekvo closed 1 month ago

latekvo commented 1 month ago

Description

This PR fixes incorrect Pressable behaviour on MacOS, which was caused by the following sub-issues:

Test plan

latekvo commented 1 month ago

Broken when testing on nested native buttons.