jsoendermann / rn-section-list-get-item-layout

:black_square_button: Easy getItemLayout props for react-native SectionLists.
https://medium.com/@jsoendermann/sectionlist-and-getitemlayout-2293b0b916fb
Other
221 stars 32 forks source link

listHeaderHeight can take a function or number #6

Closed dannycochran closed 6 years ago

dannycochran commented 6 years ago

If the height of your list header is dynamic, a function is useful here.

jsoendermann commented 6 years ago

Thanks!