Reputation: 993
I have a screen in my design it will contain multiple images. Its looks like a gallery view. I need to display every item with dynamic width and height. please see the image.
Upvotes: 0
Views: 1077
Reputation: 4859
This design pattern is called masonry grid layout. There're many packages that make those layouts.
You can try this https://github.com/hyochan/react-native-masonry-list
Upvotes: 1