Tell us which versions you are using:
Tell us to which platform this issue is related
Cropped image when openCropper is called with width and height must respect the cropRect and size.
In despite of the chosen position of the cropper editor my cropRect has Y always in 0 and the image generated is not cropped at all. Without the width and height props the image is cropped like seen in editor. I played with the compressImageMaxWidth and compressImageMaxHeight but no success at all.
My podfile is looking for the pod inside the current version of the plugin:
pod 'RNImageCropPicker', :path => '../node_modules/react-native-image-crop-picker'
call ImagePicker.openCropper with any image (can be with default images from simulator), width and height configured (I use 1200x1200) and crop a region in the right bottom side of the image. The image generated will not be the same crop seen during the simulation.
do you have some time to investigate?
I believe it's a problem with the new versions of RSKImageCropper, after version 2.0.0 it doesn't work with react-native-image-crop-picker.
So, I've tested regression with all versions in RSKImageCropper release timeline and ended up forcing version on my podfile right after the declaration of your plugin.
pod 'RSKImageCropper', '2.0.0'
@zupodaniel hey, I believe I am having the same problem, where the image I crop , doesn't appear to be the correct area cropped. I am trying to install pod 'RSKImageCropper', '2.0.0', but I get this error

After running pod update RSKImageCropper I am still not getting the desired outcome!!!
RSKImageCropper is not used anymore. please try latest version with TOCropViewController
Most helpful comment
I believe it's a problem with the new versions of RSKImageCropper, after version 2.0.0 it doesn't work with react-native-image-crop-picker.
So, I've tested regression with all versions in RSKImageCropper release timeline and ended up forcing version on my podfile right after the declaration of your plugin.
pod 'RSKImageCropper', '2.0.0'