import { StyleSheet, Text, View, FlatList } from 'react-native'; The FlatList is going to use three primary props that are required to display a list of data: ...
確定! 回上一頁