// Use horizontal prop in Flatlist <FlatList horizontal data={yourData} renderItem={({item})=><YourItem/>} />