You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that mentions usage of apply-animations-to-style
And also maybe mark reanimated/apply-animations-to-style as deprecated so we can stop using it and refactor current usages.
I will just suggest using the vector syntax, but won't mark the apply-animations-to-style as deprecated, since we might still need it for some cases.
As said before:
Is now use-animated-style useless?
No, in some complex components we will still need it, Reanimated presents inline styles here, and the the use of use-animated-style here, so please read them. If you are unsure, I'd suggest implementing the component as before and then trying to use the new approach.
Problem
Just a docs update about @briansztamfater 's suggestion:
#18381 (comment)
I will just suggest using the vector syntax, but won't mark the
apply-animations-to-style
as deprecated, since we might still need it for some cases.As said before:
Please check Q&A section in the related PR
The text was updated successfully, but these errors were encountered: