How to animate custom components using useAnimatedProps
?
#2953
Unanswered
GiridharKarnik
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom component that renders an SVG icon. This component receives
fill
as a prop. I am trying to animate this prop usinguseAnimatedProps
hook. But I am unable to get it to work. Am I missing something or is this a bug?Here is the snack.
Beta Was this translation helpful? Give feedback.
All reactions