react-native-grid-view-component
v0.0.3
Published
React Native Grid/Collection View component
Downloads
2
Maintainers
Readme
react-native-grid-view
THIS PROJECT IS NO LONGER MAINTAINED, PLEASE GRAB THE SOURCE CODE AND TAKE OWNERSHIP IN YOUR OWN PROJECT IF YOU FIND IT USEFUL.
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.
Getting started
npm install react-native-grid-view-component
See Example
See examples/
directory