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
{{ message }}
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
I'm importing your library:
import {Row, Col} from 'react-native-flexbox-grid';But when I try to nest a column inside a
Rowlike this (or with multiple columns):I get an error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got undefined.It only works if I use
Rowby itself.I'm using react-native version: 0.44.0