jiawen
jiawen

Reputation: 1208

Is there a way to make layout like Android StaggeredGridView using react-native in iOS

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

Answers (1)

Jean Regisser
Jean Regisser

Reputation: 6716

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

pinterest like layout

Upvotes: 2

Related Questions