-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
iOS Fabric: Gesture.tap() worked on 0.78.2, no longer at 0.80 #3581
Copy link
Copy link
Closed
Labels
Area: GesturesThis issue is related to problems with gestures (v2.0 API)This issue is related to problems with gestures (v2.0 API)Can reproIt is confirmed we can reproduce the issueIt is confirmed we can reproduce the issueImportantThis seem to be a serious issue and we will need to take a deeper look into it some time soonThis seem to be a serious issue and we will need to take a deeper look into it some time soonPlatform: iOSThis issue is specific to iOSThis issue is specific to iOS
Metadata
Metadata
Assignees
Labels
Area: GesturesThis issue is related to problems with gestures (v2.0 API)This issue is related to problems with gestures (v2.0 API)Can reproIt is confirmed we can reproduce the issueIt is confirmed we can reproduce the issueImportantThis seem to be a serious issue and we will need to take a deeper look into it some time soonThis seem to be a serious issue and we will need to take a deeper look into it some time soonPlatform: iOSThis issue is specific to iOSThis issue is specific to iOS
Description
/../
/../
This used to work on 0.78.2. It no longer does. It still works on Android and Fabric though. I have tried with a simple console.log in onStart() which does not fire either.
Please let me know it anyone else is experiencing the same. If not, it might be that I'm specifically looking for double taps on links in another nav screen. Not sure why this would stop working on 0.80 though.
It is the same in both debug on iPhone 16 Pro simulator and release on real iPhone 14 device. Both on iOS 18 (which worked on 78.2).
Steps to reproduce
Please see above.
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
www.unfortunatelynot.com
Gesture Handler version
2.26.0
React Native version
0.80.0
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
New Architecture (Fabric)
Build type
Debug mode
Device
iOS simulator
Device model
iPhone 16 Pro
Acknowledgements
Yes