Component - FlatList performance optimization
This UI component shows a list of items efficiently using React Native's FlatList. It optimizes performance by rendering only visible items and reusing components, making scrolling smooth even with many items.