jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

PhotoGrid should display as masonry layout #22

Open jadnco opened 8 years ago

jadnco commented 8 years ago

Photos are currently displayed as perfect squares. They should eventually be displayed in respect to their aspect ratio.

The width of each photo should always be fixed (window.width / 4), but the height should be variable.

masonry-2