Before submitting a new issue
Bug summary
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of FlatList.
Library version
3.0.0
Environment info
Steps to reproduce
- bunx rn-new@next --nativewind
- Add web deps with expo
- Import Flatlist component
- Run on web
Reproducible example repository
https://github.com/leosilberg/my-expo-app
Before submitting a new issue
Bug summary
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of
FlatList.Library version
3.0.0
Environment info
Steps to reproduce
Reproducible example repository
https://github.com/leosilberg/my-expo-app