Android StaggeredGridLayout allows you to layout cards in columns with different height, like how Pinterest does. Is this possible using React-native on iOS?
Asked
Active
Viewed 3,423 times
0
-
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 Answers
2
This is definitely possible. Have a look at https://github.com/xudafeng/autoresponsive_react_native_sample

Jean Regisser
- 6,636
- 4
- 32
- 32