-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image saves with the same name #62
Comments
same here... anyone? |
we faced the same issue . |
Found the issue in this line: Line 35 in 2a2c453
it should be
but beware because the canhub cropper states on function's doc:
I won't submit a PR, @hhunaid has not merged my previous ones with the serious bug on ios image rotation so I won't bother creating a new one. |
@efstathiosntonas I have more or less abandoned the project because I no longer work with React Native. Sorry you felt it was personal. PRs take some time to review which I simply did not have. That said I have merged your changes now. |
@hhunaid no worries, sorry if I sounded aggressive! Do you want to make me a collaborator to help on my free time? |
Would be very cool if @efstathiosntonas could be a collaborator! I have seen how invested he is in the project and it would be sad this cool library goes to waste. |
Are you still interested @efstathiosntonas ? |
@hhunaid sure, just add me as a collaborator. I’ll try to keep it up. |
Glad to hear this @hhunaid !!! @efstathiosntonas Did you have a fix for this issue ? I am trying to make it work on Android and it does not seem to work out! |
@geakk this should be fixed on 1.6.2, have you tried it out? |
Yes, I am using 1.6.2... strange |
Basically, I can open the modal and use the ui to crop the image, but I can't seem to be able to 'confirm' the crop and get the new image. Tried debugging but |
Image is saved with the same name hence it is always picking the initial image after cropping
The text was updated successfully, but these errors were encountered: