hhunaid / react-native-image-crop-tools

Native-ish Image Crop Tools for react native
171 stars 58 forks source link

Saving images from multiple CropView at once #75

Open mr-faraday opened 1 year ago

mr-faraday commented 1 year ago

If I try to save image from multiple CropViews all onImageCrop handlers receive same cropped image, even if their sourceUrl are different. Even worse that a result URIs may be different but share same image

mr-faraday commented 1 year ago

изображение

Well, I guess it's just overwriting. I've got 2 cropped images but the latest result have overwritten the previous because of poor naming uniqueness.

I managed to work around this with processing it consistently and copying result after each saving. But it would be great if it will be fixed.