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.
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.