idibidiart / react-native-responsive-grid

Bringing the Web's Responsive Design to React Native
Other
379 stars 42 forks source link

Usage example #7

Closed srameshr closed 6 years ago

srameshr commented 7 years ago

Hi, the docs look great and very informative. But is there any example of how to do a photo grid of images of varying sizes? Like an image collage?

idibidiart commented 6 years ago

Here is an example using the latest version of the grid:

https://www.youtube.com/watch?v=QyIRoKinyLU

See the updated Readme for source

You'll have to write your own custom layout function if you wish to do something more fancy.

Also, masonry type transitions are not part of the design goal.

Closing this.