Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhavik66/react-native-simple-grid

Simple & Easy to use react native Grid
https://github.com/bhavik66/react-native-simple-grid

grid grid-layout grid-view react-native react-native-grid react-native-simple-grid

Last synced: about 1 month ago
JSON representation

Simple & Easy to use react native Grid

Awesome Lists containing this project

README

        

# react-native-simple-grid

Easy to use and full customized grid for React Native.

## Installation

`$ npm install react-native-simple-grid --save`

## Usage

```js
import Grid from 'react-native-simple-grid';

{
return (

{rowData.name}

)
}}
/>
```

### Properties

| Prop | Description |
|---|---|
|**`dataSource`**|For simplicity, dataSource is just a plain array.
|**`column`**|Number of column in grid.
|**`rowView`**|Takes an item from `data` and renders it into the list.
|**`row`**|Number of row show in screen at a time.

other properties are derived from [ListView](https://facebook.github.io/react-native/docs/listview.html#props)

## Example

[Wallpaper World](https://play.google.com/store/apps/details?id=com.pixabro.wallpaperworld)

![react-native-simlpe-grid](https://github.com/bhavik66/react-native-simple-grid/blob/master/screenshot/001.png?raw=true)