Ego*_*r T 7 ios reactjs react-native react-native-ios
我正在使用react-native-zip-archive来解压缩我的文件.
这是我的源代码.
unzip(res.path(), targetPath)
.then((path) => {
RNFS.unlink(res.path())
.then(() => {
console.log('FILE DELETED');
})
// `unlink` will throw an error, if the item to unlink does not exist
.catch((err) => {
console.log(err.message);
});
})
.catch((error) => {
});
Run Code Online (Sandbox Code Playgroud)
Zip文件是235MB.提取它需要大约30分钟.反正有提高提取速度吗?
谢谢你的时间.
| 归档时间: |
|
| 查看次数: |
327 次 |
| 最近记录: |