I have the following line of code that renders an image from a correct url(I checked it in the browser):
<Image source={{ url: group.Image }} style={styles.image} /> This works fine in iOS but on Android the images rendered blank, their size is correct but there's no actual image there.
RN version: 0.39