Closed TianYouH closed 6 years ago
机型: 华为Mate8;华为** 环境: 安卓7.0;安卓5.1 使用裁剪及拍照均没有返回图片对象 "react-native": "0.49.3", "react-native-customized-image-picker": "0.0.29",
"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); });
ImagePicker.openPicker({
isCamera:true,
cropping: true,
// multiple: true,
// compressQuality: 50
}).then(image => {
console.log(image);
});
同样问题, rn 版本 0.49.3, react-native-customized-image-picker:0.0.29
please update to 0.0.30
OK
机型: 华为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);
});