1.0.8 • Published 6 years ago

twlistview v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

TWListView

Load more listview for react native

NPM

NPM

Demo

Alt Text

Install

npm install twlistview --save
npm install lottie-react-native --save

Getting 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();
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago