How can I use translate and rotate together? #1296
Unanswered
kadiraydinli
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
-
Description
Hello, I want to drag and drop, rotate and scale in an Animated.View. Drag and drop everything works correctly before rotating, drag and drop after rotating the object does not work correctly. How can I solve this problem?
Code
In fact, it works correctly when you give scaling with rotation to the innermost Animated.View, but you can still drag and drop in the outside view, ie in the red area. So I want to give them all to the outermost View.
Thanks in advance
Package versions
Beta Was this translation helpful? Give feedback.
All reactions