Is there a way to display feed images horizontally instead of vertically in FlatList? I've tried wrapping the images in a view with flex-direction set to row, as well as adding horizontal={true} to the FlatList, but nothing seems to work. Any suggestions on how to achieve this?
I have created a simple app using the code which you can access from this link: https://codesandbox.io/s/runtime-leaf-jywqqr?file=/src/App.js