saleel/react-native-super-grid

StickyHeader support for SectionGrid

WenLonG12345 opened this issue · 1 comments

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.