Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native, Flatlist customize with 2 item per row

How can I make my flatlist look like this? Is there any prop for this or which style I need to use to do that?

enter image description here

like image 308
Dark Prince Avatar asked Aug 25 '26 22:08

Dark Prince


1 Answers

You can provide extra property numColumns={2} in your Flatlist component to get two items each row.

here is a wonderful tutorial by Spencer: https://www.reactnativeschool.com/react-native-flatlist-grid

like image 190
Ketan Ramteke Avatar answered Aug 28 '26 11:08

Ketan Ramteke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!