Skip to content

tawatchai-tongtea/TWListView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Load more listview for react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published