Search code examples
iosreact-nativestaggeredgridlayout

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?


Solution

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

    pinterest like layout