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. #740
Labels
bug
Something isn't working
[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.
This is happening over and over. Is it a problem with the library itself? I don't think I'm doing anything weird in my code:
import Carousel, { ICarouselInstance } from 'react-native-reanimated-carousel';
I tried the code above. It renders fine. But Im getting thousands of these errors : [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.
I did try updating to the latest version. The component is wrapped in a ScrollView. I had to add the panGestureHandlerProps as I was unable to continue to scroll down the page without it when on the carousel
The text was updated successfully, but these errors were encountered: