[WIP] This project is still in progress.
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} />
o
?:number
orderg
?:string
group name
- Clone the enviroment project: jaychsu/react-native-env.
- Update the submodule called
react-native-reseau
. - Run command to start, for example:
react-native run-ios
.