我不确定我在做什么错了:
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');
什么都没发生