react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Nested RectButton disallowInterruption not working on android

Open MeNoKVN opened this issue 7 months ago • 0 comments

Description

When using react-native-gesture-handler with cards that have swipe gestures and buttons, the buttons become unresponsive on Android devices. The buttons work fine on iOS, but on Android, they fail to register press events when used in combination with swipe gestures.

Steps to reproduce

Open link of my Snack example.

Snack or a link to a repository

https://snack.expo.dev/@thatsnotmeno/rectbutton-bug

Gesture Handler version

2.25.0

React Native version

0.77.2

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

MeNoKVN avatar Apr 05 '25 20:04 MeNoKVN