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\
ScrollView with contentContainerStyle prop worked for me
{user.posts.map((post, index) => ( ))}