Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucholaf/react-native-grid-view
React Native Grid/Collection View component
https://github.com/lucholaf/react-native-grid-view
Last synced: 5 days ago
JSON representation
React Native Grid/Collection View component
- Host: GitHub
- URL: https://github.com/lucholaf/react-native-grid-view
- Owner: lucholaf
- License: mit
- Created: 2015-04-10T17:48:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T17:36:37.000Z (over 6 years ago)
- Last Synced: 2024-12-06T04:16:03.424Z (6 days ago)
- Language: JavaScript
- Size: 474 KB
- Stars: 279
- Watchers: 6
- Forks: 61
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-grid-view ★276 - React Native Grid/Collection View component (Components / UI)
- awesome-reactnative-ui - react-native-grid-view - native-grid-view/master/screen1.jpg)| (Others)
- awesome-react-native - react-native-grid-view ★276 - React Native Grid/Collection View component (Components / UI)
- awesome-reactnative-ui - react-native-grid-view - native-grid-view/master/screen1.jpg)| (Others)
- awesome-react-native - react-native-grid-view ★276 - React Native Grid/Collection View component (Components / UI)
- awesome-react-native-ui - react-native-grid-view ★220 - React Native Grid/Collection View component (Components / UI)
- awesome-react-native - react-native-grid-view ★276 - React Native Grid/Collection View component (Components / UI)
- awesome-react-native - react-native-grid-view
- ReactNativeMaterials - react-native-grid-view
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