我想使用ImageEditor.cropImage
裁剪图像,然后使用FormData将其发送到服务器。
当我使用ImageEditor.cropImage
裁剪图片时,我会获得ImageStore
标记rn_image_store://0
,而不是图片的绝对URI。
如何从ImageStore获取图像uri并发送它?
我不想使用BASE64编码从ImageStore获取图像。 https://facebook.github.io/react-native/docs/imagestore.html
答案 0 :(得分:0)
通过将ImageStore标记指定为图像URI来解决。