Skip to content

Instantly share code, notes, and snippets.

@mauidude
mauidude / index.ios.js
Created December 15, 2016 22:43
react-native ListView with RefreshControl and infinite scrolling
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
ListView,
RefreshControl
} from 'react-native';