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
[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.
The text was updated successfully, but these errors were encountered:
Hey there, @sanju280696! 👋 I'm here to help you with any bugs, questions, or contributions you have in mind. I'm Dosu, a bot designed to assist you while waiting for a human maintainer. Let's tackle this together!
To resolve the warning in React Native 0.76.5 regarding reading from value during component render in Reanimated, you can update the react-native-reanimated-carousel package to the latest version that includes the patch for removing the shared value access warning. The fix for this issue is included in version 4.0.0-canary.18 of the package [1].
Even after resolving warnings, several issues persist in version 4.0.0-canary.18. One notable problem occurs with the ScrollView: when performing a vertical scroll, the carousel unexpectedly changes its active item.
[Reanimated] Reading from
value
during component render. Please ensure that you do not access thevalue
property or useget
method of a shared value while React is rendering a component.The text was updated successfully, but these errors were encountered: