我从web帐户上传图像,这张图片也显示在手机上,但当我从手机上传图像时,它不能在web或任何其他移动设备上显示。
因为在数据库中,web图像uri是可读的,但是移动图像uri无法读取我的图像选择代码
const pickImage = async () => {
// No permissions request is necessary for launching the image library
let result = await ImagePicker.launchImageLibraryAsync({