Can this library animate text in React Native? For example numbers #294
Unanswered
FluffyDiscord
asked this question in
Q&A
Replies: 1 comment
-
No. This can: https://www.npmjs.com/package/react-native-animateable-text |
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
-
Currently I can animate numbers using reanimated and text input. This implementation works until fast-refresh, where the useSharedValue breaks for some reason and no longer updates properly.
Can this library help me out animating text/numbers?
Beta Was this translation helpful? Give feedback.
All reactions