ivpusic / react-native-image-crop-picker

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

changing cropper text #468

Closed ghost closed 7 years ago

ghost commented 7 years ago

Version

Platform

Hello, I want to change the label in cropper ( Edit Photo ) to another string, how can I do that, thanks

ivpusic commented 7 years ago

currently not possible, but feel free to send a pull request

khrizt commented 6 years ago

If you define a string resource value in your android project with the name "ucrop_label_edit_photo" that's the text it will appear. I don't know how to do it in iOs, but I hope it works for you.