I\'m building a simple app in React Native that fetches listings from a remote JSON source and displays them on screen.
So far, using the excellent example here, I\
I had the same problem and I wrote a component that solves that problem, you can find it here: https://github.com/pavlelekic/react-native-gridview
Also, one other thing this component does is it makes sure that the items width is a whole number, so that the borders of items don't have antialiasing, they are clear and crisp.