jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

Feature Request: add ability to pass in ListView implementation #65

Open npomfret opened 8 years ago

npomfret commented 8 years ago

It would be nice to be able to do something like:

import {SwipeListView} from "react-native-swipe-list-view";
import RefreshableListView from "react-native-refreshable-listview";

...

< RefreshableListView
            component={SwipeListView}