Wanted to snap the corners of image/sticker to pinch, rotate and translate the image/sticker #2026
Unanswered
milindsakhare100
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/wcandillon/can-it-be-done-in-react-native/tree/e98932ad6561208d6d42824a2d2b451171088b91/season5/src/Instagram
I tried this example. Using gesturehandler and reanimated we can pinch, rotate and translate the image/sticker. Of course the matrix is there to simplify the process.
But I want to snap the corners of the image/sticker so I can pinch, rotate, translate the image/sticker by pressing the corners.
Alone from the matrix I am not able to get the exact location of corners while rotating the image/sticker. Please anybody can help.
Beta Was this translation helpful? Give feedback.
All reactions