-
-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simultaneous is not simultaneous #1804
Comments
Hi, unfortunately I've been unable to reproduce this issue based on the snippet alone. Could you prepare a repository with a reproduction? |
@j-piasecki Hello ! You'll see that you are able to :
But you can't do theses gestures together. |
Thanks! It seems like this problems occurs only on managed Expo workflow, I'll look into it. |
@j-piasecki Thanks! |
@j-piasecki it will be in Expo 45 ? |
I'm not sure, I've shared the issue with the Expo team but they are a bit tight on time. |
Hi, we tried to reproduce it on locally built Expo Go but it worked fine on all configurations we tried. It seems that it's a problem with the build present in the AppStore. Could you check if it works after the next release of Expo Go, and it not tag me? |
Yes ok, the current version is the |
is it fixed or not ? i am having the same issue with pinch gesture and rotation gesture |
I have the same problem. Env Versions |
Same issue here as above, same dependencies but not working on the latest App Store version. |
Hi, guys |
panning does not work with one finger in latest expo managed work flow @kesha-antonov |
Description
I am trying to reproduce a pinch and pan gesture on image like Instagram. In fact, each gesture works but not together, even with the
Gesture.Simultaneous
Screenshots
gesture.mp4
Expected behavior
Pinch and pan in the same time.
Actual behavior
See video above.
Snack or minimal code example
Package versions
17.0.1
0.64.3
~2.1.0
The text was updated successfully, but these errors were encountered: