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} ```