Replies: 1 comment
-
Figured out that if you declare the formatter object inside useDerivedValue there is no issue. Good: |
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
-
I want to be able to format a number that shows up in my Tooltip using Intl.NumberFormat but I'm running into an error when I try to use this function in useDerivedValue. I figured this is a common use case and hoping someone can point out a workaround.
This issue in Reanimated seems to explain the core limitation: software-mansion/react-native-reanimated#1847
Beta Was this translation helpful? Give feedback.
All reactions