You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from Expo SDK 52 to Expo SDK 53, the left-action button inside my ReanimatedSwipeable (from react-native-gesture-handler) no longer receives press events on iOS—unless the New Architecture (Fabric) is enabled. With Fabric disabled, tapping the left action button does not invoke its onPress handler at all, regardless of the button’s width. I have disabled the new architecture because of some UI related issues
CleanShot.2025-07-26.at.23.00.33.mp4
Steps to reproduce
Create a ReanimatedSwipeable with a left action button:
Disable the New Architecture (Fabric) in iOS/Podfile or via Expo config plugin.
Description
After upgrading from Expo SDK 52 to Expo SDK 53, the left-action button inside my ReanimatedSwipeable (from react-native-gesture-handler) no longer receives press events on iOS—unless the New Architecture (Fabric) is enabled. With Fabric disabled, tapping the left action button does not invoke its onPress handler at all, regardless of the button’s width. I have disabled the new architecture because of some UI related issues
CleanShot.2025-07-26.at.23.00.33.mp4
Steps to reproduce
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
https://gist.github.com/farhadjaman/46e6a0d10bb2d181b54104ad6524ec98
Gesture Handler version
2.24.0
React Native version
0.79.5
Platforms
iOS
JavaScript runtime
None
Workflow
Using Expo Prebuild or an Expo development build
Architecture
Old Architecture (Paper)
Build type
Debug mode
Device
Real device
Device model
No response
Acknowledgements
Yes