react-native-infinite-listview
A React Native ListView completely written in js, support refresh control and infinite scrolling
Installation
$ npm install react-native-infinite-listview --save
Usage
; //... { return <InfiniteListView style= flex: 1 dataArray=thisstatelistItems renderRow=thisrenderRow onRefresh=thisonRefresh isRefreshing=thisstateisRefreshing canLoadMore=thiscanLoadMoreContent isLoadingMore=thisstateisLoadingMore onLoadMore=thisonLoadMore /> ;}
See more in Sample project
License
MIT License. © Joel Arvidsson 2015