Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 368 Bytes

react-native-grid-view

This component allows to display a grid/collection of items with more than one item per row. The items per row is configurable and it uses a 'ListView' in order to have a proper recycle mechanism.

Image of react-grid-view

Getting started

  1. npm install react-native-grid-view

See Example

See examples/ directory