Improve readme for section grid

This commit is contained in:
Saleel S
2018-04-30 22:26:26 +04:00
parent 5b913d3447
commit 81715752fd

View File

@@ -46,6 +46,9 @@ import GridView from 'react-native-super-grid';
This is a SectionList modified to have a grid layout.
`sections` and `renderItem` prop has same signature as of SectionList.
```
import { SuperGridSectionList } from 'react-native-super-grid';
```
```
<SuperGridSectionList
itemDimension={130}