react native image when jpeg not fit to container code example
Example: react native image when jpeg not fit to container
<Image style={{ alignSelf: 'center', height: 150, width: 150, borderWidth: 1, borderRadius: 75 }} source={{uri:'https://facebook.github.io/react/img/logo_og.png'}} resizeMode="stretch"/>