shijingsh / react-native-customized-image-picker

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

isCamera和cropping没有响应图片对象 #17

Closed TianYouH closed 6 years ago

TianYouH commented 7 years ago

机型: 华为Mate8;华为** 环境: 安卓7.0;安卓5.1 使用裁剪及拍照均没有返回图片对象 "react-native": "0.49.3", "react-native-customized-image-picker": "0.0.29",

ImagePicker.openPicker({ isCamera:true, cropping: true, // multiple: true, // compressQuality: 50 }).then(image => { console.log(image); });

ibmsoft commented 7 years ago

同样问题, rn 版本 0.49.3, react-native-customized-image-picker:0.0.29

liukefu2050 commented 7 years ago

please update to 0.0.30

TianYouH commented 7 years ago

OK