You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having lots of warnings in console starting from reanimated 3.15.
Here is the warning: [Reanimated] Reading from valueduring component render. Please ensure that you do not access thevalueproperty or useget` method of a shared value while React is rendering a component.
Having lots of warnings in console starting from reanimated 3.15.
Here is the warning:
[Reanimated] Reading from
valueduring component render. Please ensure that you do not access the
valueproperty or 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.`
The text was updated successfully, but these errors were encountered: