barrsan / react-native-simple-image-cropper

MIT License
59 stars 28 forks source link

Incorrect crop rect on Android #1

Closed sebazh closed 5 years ago

sebazh commented 5 years ago

Hello. Thank you for this awesome package, but it seems it doesn't work correctly on Android. It crops only half of width and height. Could you point me what might be wrong please?

Thanks

sebazh commented 5 years ago

I didn't find exact reason why, but if i multiply srcSize.w and srcSize.h on 2 before cropping - it crops correctly.

Device: OnePlus One

barrsan commented 5 years ago

Hello @sebazh ! Thanks for the feedback! Can you give a link to the image, which you are trying to crop or link to the snack? I'll try to reproduce your case.

barrsan commented 5 years ago

Hi @sebazh! I made changes to the component and crop method. If the problem persists, let me know, I will reopen issue.