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
After upgrading to expo 52 I also received this error and took me a long time to figure out what caused it, because I could not reproduce it in an empty fresh project.
I had some configuration in metro.config.js (I think some leftover from past times where it was needed for react-native-skia web).
Can you check if you have one of the options activated?
Removing this piece fixed the issue for me.
Description
file logger.ts in node-module react-native renimate there is an error
Cannot find name '__reanimatedLoggerConfig'.t .How do i modify
Steps to reproduce
import Carousel from 'react-native-reanimated-carousel';
<Carousel
autoPlay={true}
loop={true}
autoPlayInterval={3000}
width={deviceWidth}
height={240}
data={[]}
onSnapToItem={(index) => {
this.setState({ activeSlide: index });
this.forceUpdate();
}}
renderItem={(item: { item: ImageHomeModel, index: Number }) => this.RenderImageHome(item.item)}
/>
Snack or a link to a repository
git
Reanimated version
3.6.1
React Native version
0.75.4
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
pixel 7a
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: