Reputation: 1208
Android StaggeredGridLayout allows you to layout cards in columns with different height, like how Pinterest does. Is this possible using React-native on iOS?
Upvotes: 0
Views: 3774
Reputation: 6716
This is definitely possible. Have a look at https://github.com/xudafeng/autoresponsive_react_native_sample
Upvotes: 2