The FlatList component takes two required props: data and renderItem. The data is the source of elements for the list, and renderItem takes one item from the ...
確定! 回上一頁