beforesemicolon / flatlist-react

A helpful utility component to handle lists in react like a champ
MIT License
95 stars 17 forks source link

Group header and footer #71

Open ECorreia45 opened 3 years ago

ECorreia45 commented 3 years ago

The only way to separate the groups is with a separator and that should be optional and should include a renderGroupHeader and renderGroupFooter that is called for each group passing info of the group and should return a component to render at the group top or bottom. Use only when available.