Skip to content

Instantly share code, notes, and snippets.

@irisAsh
irisAsh / index.js
Created September 23, 2017 15:34
React Native Elementsの使い方(No.2)
import React, { Component } from 'react'
import {
ScrollView,
View,
} from 'react-native'
import { List, ListItem } from 'react-native-elements'
import { networkData, generalData } from './config/menuData'
@irisAsh
irisAsh / index.js
Last active September 17, 2017 13:05
React Native Elementsの使い方(No.1)
import React, { Component } from 'react'
import {
Text,
View,
} from 'react-native'
import {
List,
ListItem,
Icon,