Skip to content
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

Open
pavelbabenko opened this issue Nov 14, 2024 · 7 comments
Open

Reanimated 3.15 Warning #453

pavelbabenko opened this issue Nov 14, 2024 · 7 comments
Labels
question Further information is requested

Comments

@pavelbabenko
Copy link

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.

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.`

@pavelbabenko pavelbabenko added the question Further information is requested label Nov 14, 2024
@pavelbabenko
Copy link
Author

Here is my patch which fixes warnings
react-native-collapsible-tab-view-npm-8.0.0-d940cdc0a3.patch

@TierryBr
Copy link

@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

@quangtuan28200
Copy link

@pavelbabenko seems not to work, I applied this patch but still warning
I'm using 0.75.4 react native and 3.15 reanimated

@maximilian
Copy link

@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?

@tech-sunvi
Copy link

@TierryBr, did you get a solution? I'm facing the same issue.

@tech-sunvi
Copy link

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.

@maximilian
Copy link

maximilian commented Jan 11, 2025

@tech-sunvi
What version of this project are you using? I've tried on version 7 and 8 but same issue with 3.16.4. Unfortunately still get the same message :

[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. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants