Relative Content

Tag Archive for cssreact-nativeflexbox

React Native make children fill in empty space evenly

I have a container that has a scrollview component nested inside that is also a container. Inside the scrollview container, I am looping through data and then trying to make the children be 2 items per row and also fill in any remaining empty space automatically, however, it will only fill up half the parent container.