Easy React Native Layout & Grid for the Dumb
npm install react-native-easy-gridThis is NOT-JUST-ANOTHER-GRID-LAYOUT library! We are trying to simplify flexbox with easier approach.
```
npm install react-native-easy-grid --save
``
import { Col, Row, Grid } from "react-native-easy-grid";
``
> Note: If you don't assign the size property, it defaults to equal width (or height) with its siblings
``
``
This is exactly same as
``
> Same concept applies to
$3
`
`
!col-33-33-33$3
`
|
|
|
`$3
1
2
3
`
1
2
|
3
|
`$3
`
Fixed width
Fluid width
`
$3
`
Fixed width
|
Fluid width
|
`Do you think anything could be simpler than that? This repo is part of our bigger project called NativeBase.io. Do check that!
Important note about usage with
> Note: If you're using
inside a , the height of the
component would be flexible according to the content, though you can always apply the height` styling.