Component - SectionList for grouped data
The SectionList component in React Native displays a list of items grouped into sections. Each section has a header and a list of items below it. This helps organize data clearly, like a contact list grouped by first letter.