React native Image with no fixed size not showing in FlatList But if I used it outside of the FlatList it will work fine with the original size of the image
I’m using style for the image {flex:1, resizeMode:”contain”}
I don’t want to us Image.getSize Because it fails sometimes leaving the image with no size and it takes time making the image take longer to load.
I want to let the image get its original size in the FlatList, I’m looking for a solution for several days so If anyone have a solution, I will be very thankful.