saleel / react-native-super-grid

Responsive Grid View for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StickyHeader support for SectionGrid

WenLonG12345 opened this issue · comments

commented

Hi, thanks for this awesome library!
However, is there any support for StickyHeader for SectionGrid? Because I didnt saw documentation mentioning about this.
Thanks in advance.

Since SectionGrid uses SectionList internally (and pass down all the extra props), the ListHeaderComponent prop should work.
Please reopen if it don't.