0.0.31 • Published 8 years ago

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

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.3

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago