// Use horizontal prop in Flatlist <FlatList horizontal data={yourData} renderItem={({item})=><YourItem/>} />
horizontal={true}
import BeautifulHorizontalList from "react-native-beautiful-horizontal-list";