An image when loaded is compressed. It looks like there was a resize mode stretch
const {width, height} = Dimensions.get('screen');
<ImageCrop
style={{ borderRadius: 20 }}
image={ImageSourceviewarray[0]}
cropHeight={height * 0.35}
cropWidth={width * 0.85}
zoom={0}
quality={100}
maxZoom={180}
minZoom={10}
panToMove={false}
pinchToZoom={true}
/>