Skip to content

Instantly share code, notes, and snippets.

View waltcow's full-sized avatar
🎯
Focusing

waltcow waltcow

🎯
Focusing
  • China, Guangzhou
View GitHub Profile
@waltcow
waltcow / index.js
Created August 7, 2016 13:29
Example with react-native-gifted-listview and redux implementation
import React, {Component, PropTypes} from "react";
import {View, ListView, Text, NetInfo, TouchableHighlight, Image} from "react-native";
import Icon from 'react-native-vector-icons/Ionicons'
import GiftedListView from 'react-native-gifted-listview'
import GiftedSpinner from 'react-native-gifted-spinner'
import Animatable from 'react-native-animatable'
import Swipeout from 'react-native-swipeout'