GeekyAnts/react-native-easy-grid

Cannot place Col in Row

ssavinel opened this issue · 0 comments

Nothing gets displayed when I render with this hierarchy: Grid > Row > Col , whereas my Grid content appears on Grid > Col > Row.
I assume this is a bug, as I saw nothing forbidding it (neither did I see it was supposed to work though).

If this is intended, how can I make make a grid with 3 elements on the 1st line and 4 on the 2nd ?