christopherabouabdo / react-native-photo-grid

MIT License
36 stars 14 forks source link

Layout arrangement issue #10

Open Hushim opened 6 years ago

Hushim commented 6 years ago

Hi,

Me and my teammates found a small issues when using your library. Generally, it works perfect. But when the number of photos in each row is less than the required max number per row. The photos will be distributed evenly and leave some blank gap between photos. This Issue is caused by the " "justifyContent: 'space-between' " style u defined for the row in PhotoGrid.js.

It could be corrected by changing the style to "justifyContent: 'flex-start'" and then photos could be put from left to right without any gap.

marcojr commented 5 years ago

Looks like this lib is really abandoned. I'm facing the same issue. Nobody answered you so far...2 years gone bye