-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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(iOS): implement scaleX
and scaleY
transition animations.
#7807
Conversation
f540aa1
to
ba2ac34
Compare
Not sure about the failing tests, seems unrelated |
ba2ac34
to
91b2aba
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bad bot |
@asafkorem Any chance this could get some eyes on it? |
Yes @oblador, I'll review it later this week |
scaleX
and scaleY
transition animations.
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.
Thanks a lot for this contribution @oblador, great work! 💯
Awesome, thanks for the review! Would you mind delegating another PR that I’ve had open for quite some time? #7809 |
Sure @oblador |
I was tearing my hair over why I couldn't get scale transitions to work on iOS while they were working fine on Android, and it turns out it was never implemented 😅
This PR adds this implementation.
Fixes #7066