我正在使用一个本机反应项目,我想将android内部资产中某个文件夹的内容复制到RNFS.DocumentDirectoryPath。如何执行?
我使用了属性copyFileAssets()。
copyfile() {
RNFS.copyFileAssets('/ICF-Package', RNFS.DocumentDirectoryPath + '/ICFPackage').then((result) => console.log('DONE')).catch((error) => console.log(error, 'ERROR'));
};
I'm getting the following error:
错误:资产'/ ICF-Package'无法打开