我收到一个来自api的blob,我想在保存时将它保存为pdf文档到文件system.But我在我的手机中得到一个大小为0B的文件 代码 export const getParkingReciept =response.blob().then(res=>console.log(checkPermission(res,response.taskId)));console.log("pdf being written is
目前,我们使用react-native-pdf来打开从服务器端API返回的pdf,例如。与下面复制的react-native-pdf给出的代码示例不同,它不指向带有后缀的pdf文件。在iOS上,pdf不能滚动。知道为什么吗?export default class PDFExample extends React.Component { const so