Virtualization — renders only visible items.
How it works:
Configuration:
1<FlatList2 data={items}3 renderItem={renderItem}4 initialNumToRender={10}5 maxToRenderPerBatch={10}6 windowSize={5}7 updateCellsBatchingPeriod={50}8 removeClippedSubviews={true}9/>
Benefits:
Limitations: