react-native-pull-up-listview
v0.0.31
Published
A listview for react-native, provide an ability of pulling up to load more list row.
Downloads
18
Readme
react-native-pull-up-listview
A listview for react-native, provide an ability of pulling up to load more list row.

Install
$ npm i --save react-native-pull-up-listviewPS: If you find something wrong with this repo, try to up to date within npm and test again. Else you can create an issue and I will figure it out as soon as possible, thx!
Props
loadingbool (required)Whether the listView should show an active loadMore indicator.
onLoadMorefunction (required)Called when the listView starts loading more.
tintColorstring (option, default = 'gray')The indicator color.
sizenumber (option, default = 36)The indicator's size.
titlestring (option, default = 'load more...')The title displayed under the loadMore indicator.
titleColorstring (option, default = 'black')The title's color.
Example
See the example folder.
