react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Added useCroppedDimensions to iOS to keep the cropped rect size

Open AidenMontgomery opened this issue 4 years ago • 1 comments

We needed to be able to receive the largest possible image, within the bounds of the existing compressImageMaxWidth and compressImageMaxHeight settings. We found that if we did not set the height and width it was defaulting to 200, or we had to specify a larger height and width.

AidenMontgomery avatar Dec 26 '20 20:12 AidenMontgomery

Can this be reviewed by a maintainer? Known issue for 3 years 😢 https://github.com/ivpusic/react-native-image-crop-picker/issues/2001

Maker-Mark avatar Dec 15 '23 16:12 Maker-Mark