-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple warning show in react native 0.76.5 (New Arch) #752
Comments
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 To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
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. |
@sanju280696 i'm noticing the same issue. Did you find any resolution for this? |
@sanju280696 @CaptainJeff There is a fix mentioned here #739 (comment) that worked for me. Basically, add this to your Carousel props:
It tells the gesture handler to not scroll unless the user swiped horizontally a certain amount. |
thanks @Joels-code !! I actually stumbled upon that a few days ago confirmed it worked. I also had to remove my usage of react-native-keyboard-controller that was causing issues with react-native-reanimated and thought it was related to the carousel but was the keyboard |
[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: