-
Notifications
You must be signed in to change notification settings - Fork 133
Description
warning:

WARN [Reanimated] Reading from value
during component render. Please ensure that you don't access the value
property nor use get
method of a shared value while React is rendering a component.
If you don't want to see this message, you can disable the strict
mode. Refer to:
https://docs.swmansion.com/react-native-reanimated/docs/debugging/logger-configuration for more details.
WARN [Reanimated] Reading from value
during component render. Please ensure that you don't access the value
property nor use get
method of a shared value while React is rendering a component.
I am getting this warning, even though I found that this issue was resolved in #200 .
"expo": "^53.0.20",
"react-native-wagmi-charts": "^2.7.1",
"react-native-reanimated": "~3.17.4",
"react-native": "0.79.5",
code:
<>
... provider
...LineChart
<LineChart.Tooltip /> // this is giving warning
...
</>