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

how to change the crop toolbar ok and cancel button #1022

Open smallwebbird opened 5 years ago

smallwebbird commented 5 years ago

how to change the crop toolbar ok and cancel button

owenzh22 commented 5 years ago

cropperChooseText cropperCancelText

smallwebbird commented 5 years ago

but this is only used in ios, should i do something in android

ghost commented 5 years ago

Android doesn't show text for those buttons, but icons instead.

smallwebbird commented 5 years ago

yes, now i want to change the icon,can i use a rn component to instead the icon

ghost commented 5 years ago

I believe that currently not, since RN Image Crop Picker uses UCrop underneath which is a native Android dep. This would require some work binding RNICP's wrapper stuff to UCrop, although it does support the option to set a drawable using its Options class (see here https://github.com/Yalantis/uCrop/blob/master/ucrop/src/main/java/com/yalantis/ucrop/UCrop.java#L290)