Part 1 from #65212
1. Create SelectionList (without data sections)
Description:
Implement a new list component using FlashList to support flat arrays (single-section only). This will serve as a simpler and more performant alternative to SelectionList for the ~80% of use cases that don’t use sections.
- New list component using FlashList
- Supports flat arrays (single-section only)
Issue Owner
Current Issue Owner: @zfurtak