React native SVG + Reanimated #5543
Unanswered
vkukade-altir
asked this question in
Q&A
Replies: 1 comment
-
Hello, im having a similar problem. Have you found a solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to achieve something related to react-native-svg and reanimated. I am using SvgXml to dynamically re-render/change the svgs on UI thread. For that, I am using useAnimatedProps. But somehow it is not working. Does it have to do something with adaptors that we need to pass with useAnimatedProps ?
I am thinking its not working as xml is just a normal prop here and even if we use it in useAnimatedProps and use addWhitelistedNativeProps to add it as property, it won't work.
I have used following code :
Beta Was this translation helpful? Give feedback.
All reactions