Component - FlatList basics (data, renderItem, keyExtractor)
This component shows a list of items using React Native's FlatList. It takes data, draws each item with renderItem, and uses keyExtractor to give each item a unique ID for smooth updates.