I'm encountering a warning when using Reanimated v3.16 with React Native v0.75.4.
[Reanimated] Reading from value during component render. Please ensure that you do not access the value property or use the get method of a shared value while React is rendering a component.
I'm encountering a warning when using Reanimated
v3.16with React Nativev0.75.4.[Reanimated] Reading from
valueduring component render. Please ensure that you do not access thevalueproperty or use thegetmethod of a shared value while React is rendering a component.