(Choose 1 answer)
How would you apply the FlatList component to render a list of items efficiently?
A. By using a ScrollView component with a map function to render each item
B. By defining a custom renderltem function and passing it to the FlatList component
C. By manually iterating over the list of items and rendering each item individually
D. By using a ListView component provided by third-party libraries
22