1.0.8 • Published 8 years ago
twlistview v1.0.8
TWListView
Load more listview for react native
NPM
Demo

Install
npm install twlistview --savenpm install lottie-react-native --saveGetting started
import TWListView from "twlistview";<TWListView
isLoading={this.state.isLoading}
ref={(ref) =>{
this.TWListView = ref;
}}
onLoaded={() =>{
this.load();
}}
renderRow={rowData => {
return (<View/>)
}
/>Stop loading
this.TWListView.stopLoading();