0

Android StaggeredGridLayout allows you to layout cards in columns with different height, like how Pinterest does. Is this possible using React-native on iOS?

jiawen
  • 1,198
  • 2
  • 17
  • 29
  • Not sure about reactive, but you can surely achieve that layout using `UICollectionView` and a (customized) flow layout. Not gonna be quick and easy, though. – Nicolas Miari Jun 24 '16 at 02:28
  • Check out this question and the links in the comments: http://stackoverflow.com/q/26717561/433373 – Nicolas Miari Jun 24 '16 at 02:29

1 Answers1

2

This is definitely possible. Have a look at https://github.com/xudafeng/autoresponsive_react_native_sample

pinterest like layout

Jean Regisser
  • 6,636
  • 4
  • 32
  • 32