Hello, while upgrading reanimated from version from ~3.11.0 to ~3.16.1 i have started receiving a warning.
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 do not access the value property or use get method of a shared value while React is rendering a component.
To reproduce use react-native-notificated: 0.1.7 alongside react-native-reanimated: ~3.16.1.
Hello, while upgrading reanimated from version from
~3.11.0to~3.16.1i have started receiving a warning.If you don't want to see this message, you can disable the
strictmode. Refer to:https://docs.swmansion.com/react-native-reanimated/docs/debugging/logger-configuration for more details.
WARN [Reanimated] Reading from
valueduring component render. Please ensure that you do not access thevalueproperty or usegetmethod of a shared value while React is rendering a component.To reproduce use react-native-notificated: 0.1.7 alongside react-native-reanimated: ~3.16.1.