react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Missing customization for "Use Photo" & "Retake"
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
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
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.
@naomipindrus Check out #1343. I pasted my implementation there.
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.
@naomipindrus Check out #1343. I pasted my implementation there.
showImagePicker doesn't support anymore at react image picker