react native image when jpeg not fit to container

JavaScript
<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"/>
Source

Also in JavaScript: