我要保持上传图像的质量(尺寸)。用于此目的的选项是
const选项= { 质量:1, maxWidth:500, maxHeight:500, allowEditing:false, storageOptions:{ skipBackup:是 } }
答案 0 :(得分:0)
从选项中删除maxWidth
和maxHeight
。这就是缩小图像尺寸的原因。
您可以在https://github.com/react-native-community/react-native-image-picker/blob/master/docs/Reference.md
上看到api允许的更多选项。