react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Added useCroppedDimensions to iOS to keep the cropped rect size
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.
Can this be reviewed by a maintainer? Known issue for 3 years 😢 https://github.com/ivpusic/react-native-image-crop-picker/issues/2001