ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.09k stars 1.55k forks source link

Crop Border Square #614

Closed faketon closed 6 years ago

faketon commented 6 years ago

I want to show only circle overlay. How to remove border this squre ?

screenshot_1518594164

faketon commented 6 years ago

i found setShowCropFrame in uCrop. can you add this option ?

ivpusic commented 6 years ago

do you have some time to submit a pull request for this feature?

NikolaRavic commented 6 years ago

Hey @ivpusic, can you add setFreeStyleCropEnabled, I saw it in uCrop and tried it in local. It worked. I think it is a very nice feature to have, to be able to crop custom rectangle area. I can submit pull request if you think that it will not break something maybe?

ivpusic commented 6 years ago

setFreeStyleCropEnabled is now merged. @faketon currently I don't have plans to introduce it, but I would accept PR from you.