shijingsh / react-native-customized-image-picker

iOS/Android image picker with support for camera, video compression, multiple images and cropping
245 stars 59 forks source link

This is very good.Thanks.But I have some problems.It does not select other language file.for example:美女.jpg #68

Closed Golddragon0614 closed 4 years ago

liukefu2050 commented 5 years ago

setting "compressQuality" in 0.1.5,Compression generates a new file name,So it will not exist.

ImagePicker.openPicker({ compressQuality:99 }).then(image => { console.log(image); });

Golddragon0614 commented 5 years ago

Thank you.It's helpful for me.