Build: FlatList Efficiency Demo
This screen shows a list of 1000 items using FlatList to demonstrate efficient handling of large datasets in React Native.
Target UI
------------------------- | FlatList Efficiency | |-----------------------| | Item 1 | | Item 2 | | Item 3 | | ... | | Item 1000 | -------------------------
Use FlatList to render 1000 items
Each item shows text 'Item X' where X is the item number
Ensure smooth scrolling performance
Use keyExtractor for stable keys
Render only visible items to save memory