react-native-zip-archive
react-native-zip-archive copied to clipboard
Zip archive utility for react-native
## Description When running the command: `eas build --local --platform android --profile preview` I encountered the following warning: ``` [RUN_EXPO_DOCTOR] Advice: Use 'npx expo install --check' to review and upgrade...
**Describe the bug** TypeScript linter flags the string passed in for the encryptionType parameter when invoking the zipWithPassword method **To Reproduce** If I invoke zipWithPassword as follows: `await zipWithPassword(source, target,...
``` console.log("压缩中。。。。"); // 使用修改后的压缩参数 const zipString = await zip(uploadTmpPathDir, targetPath); console.log("压缩完成。。。。", zipString); ``` 使用zip压缩文件后,android在服务端可以正常解压,iOS在服务端解压报错,我本地用unzip是可以正常解压,且文件正常 ``` java.util.zip.ZipException Create breakpoint: invalid entry size (expected 0 but got 1329 bytes) at java.util.zip.ZipInputStream. readEnd...
**Describe the bug** zipWithPassword produces an empty zip and fails with an exception. I am using default encryption **To Reproduce** Steps to reproduce the behavior: ``` await zipWithPassword(backupDir, zipPath, await...