hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
393 stars 55 forks source link

Multiple columns for a single item #62

Open JesusLozada1 opened 9 months ago

JesusLozada1 commented 9 months ago

I'm trying to implement a variation of a masonry list and I haven't been able to achieve it. Is it possible to render an item spanning horizontally to two columns or is there a constraint that items should only have a single column of width? (i.e. If i have 4 columns, maybe i would like an item to span 2 of those 4 columns.)

deonvisser44 commented 1 month ago

Were you able to figure this out?