0.1.7 • Published 8 years ago

react-native-imagefooter-listview v0.1.7

Weekly downloads
5
License
MIT
Repository
-
Last release
8 years ago

React Native ImageFooter ListView

npm.ionpm.io

this is a listview with a scrollable header with an image、title as well as a custom footer view.

Of course, this special listView supports all properties provided by ListView, so you can use it just like an original ListView.

Demo

npm.io
SOURCE

Usage

install

npm install react-native-imagefooter-listview --save

Props

NameDescriptionDefaultType
titletitle in headertitlestring
titleColorcolor of titlewhitestring
titleSizesize of title18number
headerStartHeightheight of header when start180number
headerEndHeightheight of header after scrolled64number
titleMarginTopmarginTop of title64number
headerImagesimage you can put innullnumber or string
showsVerticalScrollIndicatorwhether to show vertical indicator in listviewfalseboolean
renderFooterreturn the view you want to put the end of headernullfunc

License

MIT License