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.
Steps to reproduce:
Open the app navigate between screens and the warning should appear on the console
Summary:
Getting this warning on the terminal
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.
The text was updated successfully, but these errors were encountered: