Does using useAnimatedStyle
in every component have performance implications?
#2507
Unanswered
cmaycumber
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm curious about this as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a new component library and I want to use https://moti.fyi/ under the hood as the base for every component. Every
Moti
component usesuseAnimatedStyle
, so every one of my components would also useuseAnimatedStyle
.Do you think this would have any negative effects on performance, especially as an application size grows?
Beta Was this translation helpful? Give feedback.
All reactions