-
Notifications
You must be signed in to change notification settings - Fork 183
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
Reanimated 3.15 Warning #453
Comments
Here is my patch which fixes warnings |
@pavelbabenko when applying this fix I had TypeError: Cannot read property '__internalInstanceHandle' of undefined, I'm using version 0.76 of RN and 3.16.3 of reanimated |
@pavelbabenko seems not to work, I applied this patch but still warning |
@TierryBr did you find a fix? I am also getting this on Reanimated 3.16. Is a downgrade of react-native-collapsible-tab-view an option? |
@TierryBr, did you get a solution? I'm facing the same issue. |
Ok I got it fixed. It was because of react-native-reanimated package. I put it to version 3.16.4 and everything worked fine. |
@tech-sunvi
|
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: