Expo React Native Fetch API throw “Network request failed” error when turning a base64 image into blob

后端 未结 0 1106
萌比男神i
萌比男神i 2021-01-06 06:03

I wrote this code:

export default (base64, type = \'application/octet-stream\') =>
    fetch(`data:${type};base64,${base64}`).then((res) => res.blob());         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题