Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucholaf/react-native-grid-view

React Native Grid/Collection View component
https://github.com/lucholaf/react-native-grid-view

Last synced: about 1 month ago
JSON representation

React Native Grid/Collection View component

Awesome Lists containing this project

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.

![Image of react-grid-view](screen1.jpg)

## Getting started

1. `npm install react-native-grid-view`

## See Example

See `examples/` directory