<Image
style={{}}
source={{
uri: 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png'
}}
/>
Nothing is displayed on the screen
<Image
style={{}}
source={{
uri: 'https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png'
}}
/>
Nothing is displayed on the screen
Add styling to it like
<Image
style={{
width: 200,
height: 200,
resizeMode: "center"
}}
source={{
uri:
"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png"
}}
/>