[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 https://github.com/dohooo/react-native-reanimated-carousel/issues/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.