react-native-reanimated-carousel
react-native-reanimated-carousel copied to clipboard
'Carousel' cannot be used as a JSX component.
Getting 'Carousel' cannot be used as a JSX component when upgrading the react version to 19 and RN version > 78
Screenshots
Versions
- react: v19.0.0
- react-native: v0.79.6
- react-native-reanimated: v3.18.0
- react-native-reanimated-carousel: v4.0.3
- react-native-gesture-handler: v2.26.0
Hello, I have same problem here. Any workaround or fix coming ? Thanks
This has something to do with your '@types/react' version. Downgrading it to something before 19.0.0 (e.g. 18.3.12) will resolve this error for now.