react-native-reanimated-carousel
react-native-reanimated-carousel copied to clipboard
Text strings must be rendered within a <Text> component.
After installing the carousel and react-native-reanimated and react-native-gesture-handle I'm getting the error "Text strings must be rendered within a <Text> component."

Versions :
- react: v17.0.2
- react-native: v0.68.2
- react-native-reanimated: v~2.8.0
- react-native-reanimated-carousel: v^3.0.3
- react-native-gesture-handler: v~2.2.1
Smartphone (ios emulator)
- Device: iPhone13 mini
- OS: iOS15.5
- Browser safari
- Version
@iliamarkovski if you, like me, copied the example, there is a trailing semicolon after the carousel
@iliamarkovski if you, like me, copied the example, there is a trailing semicolon after the carousel
Thank you very much, lost almost 3 hours of debugging ...
@dohooo it will be good, if remove the semicolon in the example
Thanks for your tips, I update the examples.