I use image, like this:
<Image source={{uri: 'http://exmple.url/image.png'}}
style={{
width: 60 ,
height: 60 ,
}}
resizeMode={"contain"} />
Image is not shown. But if I paste any HTTPS URL Image is shown. What's wrong?