ivpusic / react-native-image-crop-picker

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

Add support for cropper texts #1300

Open sergiulucaci opened 4 years ago

sergiulucaci commented 4 years ago

Just a feature request, it would be nice to have support for all cropper strings.

iOS - scale:

Android

YangShaoXiong commented 4 years ago

+1

levepic commented 3 years ago

+1

fdkitlui commented 3 years ago

Currently we can't dynamic set it, but we can do set the default color and text:

set color:(create the file if not exist)

ourProj/android/app/src/main/res/values/colors.xml `<?xml version="1.0" encoding="utf-8"?>

#037ffc ` **set toolbar text:**(create the file if not exist), pls use your own text ourProj/android/app/src/main/res/values/strings.xml ` 旋轉 縮放 裁剪 ` trick: we can use * or - instead of these tree text, which is more common and no localize issue for these common text.