Relative Content

Tag Archive for javascriptreact-nativereact-native-flatlist

Positioning a FlatList item to absolute makes the item disappear somehow

I tried to create a stack of images in React Native using a FlatList. I set the position to relative and made the items of the list positioned absolute. Then, I set their top and left to 0 to stack them, adjusting the z-index accordingly. However, the items are not displaying. Interestingly, they appear when I remove the position absolute property.