Not able to make double tap and single tap work. #2128
-
Hi, Thanks for viewing my question. I'm trying to create single and double tap gestures but when I tap on the image it's always a single tap. Please let me know what I'm doing wrong.
Working fine on an android device. But when testing it on the IOS simulator it's not working. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! If I had to guess, it's because you are using managed Expo. It's a bug with Expo Go app, where relations between gestures are not working on iOS. If you need to test it, ejecting to bare workflow should solve it, however it's not really a solution. (Since it's a problem with the Expo Go app, it should work after you build the app to publish it.) |
Beta Was this translation helpful? Give feedback.
Hi! If I had to guess, it's because you are using managed Expo. It's a bug with Expo Go app, where relations between gestures are not working on iOS. If you need to test it, ejecting to bare workflow should solve it, however it's not really a solution. (Since it's a problem with the Expo Go app, it should work after you build the app to publish it.)