React Native SectionList getItemLayout
This package provides a function that helps you construct the getItemLayout
function for your SectionList
s. For an explanation of why this exists, see this post. It's meant to be used like this:
Component { superprops thisgetItemLayout = } { return <SectionList ...otherStuff getItemLayout=thisgetItemLayout /> }