How can I force React Native FlatList to display only one image at a time in horizontal landscape mode
Right now I am facing this issue in my React Native FlatList
rendering. As you can see in the screenshot, multiple images are displayed side by side in landscape mode (for a few seconds), and then it resizes itself to display only one image.