-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix broken two touch zoom for Attachment Images #4440
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good there's just a small style guide rule we should fix up
Create an invisible view on top of the image so we can capture and set the amount of touches before | ||
the ImageZoom's PanResponder does. Children will be triggered first, so this needs to be inside the | ||
ImageZoom to work | ||
*/} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoa, nice workaround
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🤘
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@marcaaron will you please review this?
Details
This PR fixes a regression where zooming with two fingers on an attachment was broken.
Fixed Issues
$ #2499
Tests/QA
Tested On
Screenshots