react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Missing customization for "Use Photo" & "Retake"

Open naomipindrus opened this issue 5 years ago • 5 comments

Version

  • react-native-image-crop-picker v0.24.1,
  • react-native v0.59.9

Platform

  • iOS

Expected behaviour

"Use Photo" & "Retake" button text should be customizable, like the choose /cancel buttons are. there should be an option like "cropperCancelText" for use & retake.

Actual behaviour

no customization option.

Steps to reproduce

1.Choose Camera as your source.

2.Take a picture.

3.You'll see a screens with Use Photo / Retake options .

Attachments

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

naomipindrus avatar Dec 02 '19 07:12 naomipindrus

Definitely @naomipindrus. I forced to use another library because this one does not allow to change button text on both IOS and Android(only IOS) and style of the buttons

olegmilan avatar Dec 02 '19 14:12 olegmilan

You can do your own, I built my own component wrapper using this library and also contains the very same actionsheet asking if you want to Take a new picture or Pick from Gallery. It won't take you much time.

msqar avatar Dec 29 '19 16:12 msqar

@naomipindrus Check out #1343. I pasted my implementation there.

warrenalphonso avatar Jul 19 '20 13:07 warrenalphonso

Want this feature implemented. It seems like a common and standardized pattern in many apps. It's unfortunate that we have to custom code for it.

lumberman avatar Aug 20 '20 18:08 lumberman

@naomipindrus Check out #1343. I pasted my implementation there.

showImagePicker doesn't support anymore at react image picker

DonRyu avatar Jul 13 '22 18:07 DonRyu