0.0.31 • Published 10 years ago

react-native-pull-up-listview v0.0.31

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

react-native-pull-up-listview

A listview for react-native, provide an ability of pulling up to load more list row.

npm.io

Install

$ npm i --save react-native-pull-up-listview

PS: 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

  • loading bool (required)
    	Whether the listView should show an active loadMore indicator.
  • onLoadMore function (required)

    	Called when the listView starts loading more.
  • tintColor string (option, default = 'gray')

    	The indicator color.
  • size number (option, default = 36)

    	The indicator's size.
  • title string (option, default = 'load more...')

    	The title displayed under the loadMore indicator.
  • titleColor string (option, default = 'black')

    	The title's color.

Example

See the example folder.

0.0.31

10 years ago

0.0.3

10 years ago

0.0.27

10 years ago

0.0.26

10 years ago

0.0.25

10 years ago

0.0.24

10 years ago

0.0.23

10 years ago

0.0.22

10 years ago

0.0.21

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago