(Choose 1 answer)
How would you apply the FlatList component to render a list of items efficiently?
. 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
FUO
8