Question: 27
(Choose 1 answer)
What will happen if FlatList's data prop is set to null or undefined?
A. The list will throw an error and crash.
B. The list will render empty without any items.
C. It will render the items with undefined values.
D. It will render placeholder components.