hhunaid/react-native-image-crop-tools

Saving images from multiple CropView at once

Opened this issue · 1 comments

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

изображение

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.