我需要在 IOS 设备中显示能够打开各种文件格式的应用程序。我尝试使用 react native share 来实现相同的功能,但没有出现将文件复制到其他应用程序的选项。所以我尝试使用 react native fetch blob。RNFetchBlob.fs.exists(fs.dirs.DocumentDir+'/sample.pdf')返回 true ,这意味着文件确实存在,但是当我使用RNFetchBlob.ios.openDocument(fs.dirs.DocumentDir+'/sample.pdf')时没有任何反应,甚至不是错误,而是调用了成功回调。感谢任何帮助。
问问题
1535 次