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

How can I add space between columns? #25

Closed KANIYONIKA closed 2 years ago

KANIYONIKA commented 2 years ago

Describe the solution you'd like Please add a new props for making space between columns!!

hyochan commented 2 years ago

Currently you can add margin or padding in child views.

hyochan commented 2 years ago

Closing this since this is currently possible and I am not sure the better solution would be 🤔