hhunaid / react-native-image-crop-tools

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

onImageCrop function isn't called anymore #24

Closed mohamed2m2018 closed 3 years ago

mohamed2m2018 commented 3 years ago

I use multi crop views in the same screen depending on condition, and I have a ref for each one of them.

For some reason when I saveImage, onImageCrop function isn't called anymore.

mohamed2m2018 commented 3 years ago

Well it appeared that I need to have a timeout between different saveImage calls