Answers for "flatlist items horizontally"

3

flatlist items horizontally

// Use horizontal prop in Flatlist
<FlatList
	horizontal
	data={yourData}
    renderItem={({item})=><YourItem/>}
/>
Posted by: Guest on August-17-2021

Code answers related to "flatlist items horizontally"

Code answers related to "Javascript"

Browse Popular Code Answers by Language