brh55 / react-native-masonry

:raised_hands: A pure JS react-native component to render a masonry~ish layout for images with support for dynamic columns, progressive image loading, device rotation, on-press handlers, and headers/captions.
MIT License
1.32k stars 157 forks source link

Add support for horizontal. #95

Closed VivekNeel closed 6 years ago

VivekNeel commented 6 years ago

Hi could you please add horizontal support as well? Love this lib.

brh55 commented 6 years ago

Horizontal? I'm not entirely sure what you mean by this. Are you referring to something similar to a Google "Comfortable" layout?

frankliuyh commented 5 years ago

I believe VivekNeel means horizontal scrolling since it seems like we can only scroll the masonry vertically. It would be nice to also support horizontal scrolling.