SectionList s are like FlatList s, but they can have section headers to separate groups of rows . SectionList s render each item in their input sections using the renderSectionHeader and renderItem prop. Each item in sections should be an object with a unique id (the key), and an array data of row data.