Skip to content

library is not working resizeMode cover correctly #78

@brunowbbs

Description

@brunowbbs

image

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}
 />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions