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 warning #396

Open
yjose opened this issue Nov 19, 2024 · 1 comment
Open

Reanimated warning #396

yjose opened this issue Nov 19, 2024 · 1 comment

Comments

@yjose
Copy link
Member

yjose commented Nov 19, 2024

Summary:

Getting this warning on the terminal

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

Steps to reproduce:

Open the app navigate between screens and the warning should appear on the console

Expected behavior:

no warning

Additional notes:

Mostly this issue is related to dohooo/react-native-reanimated-carousel#706 and mainly caused by BottomSheetModal

I believe this is the best time to use true sheet because it utilizes native implementation rather than just reanimated.

@no-1ne
Copy link

no-1ne commented Nov 21, 2024

It doesn't seem to have web support though lodev09/react-native-true-sheet#87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants