Fork me on GitHub
#reagent
<
2016-09-09
>
brolund12:09:48

@martinklepsch Tried that, and both js/Array and #js are ok approaches. There seems to be a bunch of problems with that grid lib. One is there is a bug when the number of images is smaller than items per row, nothing is shown. Getting past that, I get images, but they are blank. I'm not putting in more energy in getting this to work now, but will instead use a grid of my own. 🙂 Thanks for your assistance!

pesterhazy15:09:12

@brolund images usually need to have exactly the right size, i.e. they won't be scaled in react-native ... maybe that's an issue?