image component doesn 27t show image from url react native

Solutions on MaxInterview for image component doesn 27t show image from url react native by the best coders in the world

showing results for - "image component doesn 27t show image from url react native"
Erik
12 Oct 2019
1Adding width and height style for Image tag:
2ex:
3<Image source={{uri: 'https://reactjs.org/logo-og.png'}}
4   style={{width: 400, height: 400}} />