Masonry/Pinterest columns using React Native
问题 Is there some way to use flexbox in React Native to achieve a Masonry / Pinterest style columns? 回答1: In React Native, remote images aren't resized upon load (see "Why not automatically resize everything"). This would seem to limit using flexbox for this, since remote images would have a size of 0x0 by default and they don't have aspect ratio maintained if you set width or height, like they would on the web. Fortunately there's lots of discussion in this github pull request which led to some