rn-fetch-blob不起作用,文档未下载

时间:2020-10-27 12:50:06

标签: react-native

我不确定我在做什么错了:

      const base64String = statementResponse.data.base64BinaryContent;
      const DocumentDir = RNFetchBlob.fs.dirs.DocumentDir + '/' + fileName;
      // const pdfLocation = `${RNFetchBlob.fs.dirs.DocumentDir}/${fileName}`;
      await RNFetchBlob.fs.writeFile(DocumentDir, RNFetchBlob.base64.encode(base64String), 'base64');

什么都没发生

0 个答案:

没有答案