jaychsu / react-native-reseau

[WIP] An ios-like grid view based on react-native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-reseau

[WIP] This project is still in progress.

Usage

import Reseau from 'react-native-reseau'

const data = [
  { src: require('./assets/Facebook.jpg'), title: 'Facebook', anything: 123 },
  { src: 'http://iosicongallery.com/img/256/instagram-2016.png', title: 'Instagram', anything: 564 },
  { src: 'data:image/png;base64,iVBORw0KGgoAAAANS...', title: 'Facebook Messenger', anything: 314 },
]

<Reseau data={data} />

Special props in data:

  • o?: number order
  • g?: string group name

Development

  1. Clone the enviroment project: jaychsu/react-native-env.
  2. Update the submodule called react-native-reseau.
  3. Run command to start, for example: react-native run-ios.

About

[WIP] An ios-like grid view based on react-native.

License:MIT License


Languages

Language:JavaScript 100.0%