Is there some way to use flexbox in React Native to achieve a Masonry / Pinterest style columns?
I guess theres no way to tackle this until react-native returns width/height for network images. Also flex doesnt seem to wrap child elements with different heights properly. Theres space above/below smallers cells.
You can still achieve a pinterest result, if you were to user two columns side by side and apply arbitrary height to child elements. Would only work for single orientation and with set number of columns.
just for fun : https://github.com/antigirl/ReactNativeFakeMasonary