Flipkart / recyclerlistview

High performance listview for React Native and web!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

renderFooter container height with 0 items in list

tomasmozeris opened this issue · comments

Hey,
I would like to display No Results message inside renderFooter and center it on screen. This allows me to pull down to refresh feature work to refresh list without items. I would prefer not to set explicit height on the No Results message container but let justifyContent: center do the magic. In order to achieve that I need some style prop to be set there, so i could set flexGrow: 1 here:
https://github.com/Flipkart/recyclerlistview/blob/master/src/platform/reactnative/scrollcomponent/ScrollComponent.tsx#L86