i6mi6 / react-native-parallax-scroll-view

A ScrollView-like component with parallax and sticky header support.
ISC License
2.28k stars 379 forks source link

should delete "footerSpacer" #71

Open qingtian5266 opened 7 years ago

qingtian5266 commented 7 years ago

I think should delete footerSpacer" in react-native-parallax-scroll-view\src\index.js at 107 , because if have no data in listview , the page also have scroll and a blank area on the bottom

Kosai106 commented 6 years ago

Either delete it, or find out why it's not always working as intended. My "solution" so far has been to uncomment it from the view, however doing this has side effects as well and is not recommended.

hydraZty commented 6 years ago

I solved this problem with set 'stickyHeaderHeight' same to 'parallaxHeaderHeight', if you use 'renderStickyHeader'

emmx commented 4 years ago

I can confirm it should be deleted. Isn't it removed from the lib for a good reason?