Unable to display image with React Native with uri
Try giving the image component a height and width value.
<Image style= {{ height:50, width: 50 }} >
flex: 1,
width: null,
height: null,
resizeMode: 'cover',
This style will make image flexible and cover the whole container