-
I have a custom native view with a property that I want to animate rapidly, and I was wondering if there is any way to update the value using a Reanimated |
Beta Was this translation helpful? Give feedback.
Answered by
laptou
Jan 31, 2022
Replies: 1 comment
-
I just discovered |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
laptou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just discovered
Animated.createAnimatedComponent
; this seems like it should do the trick.