mockingbot / react-native-zip-archive

Zip archive utility for react-native
MIT License
420 stars 154 forks source link

skipping some files and folders in unarchiving #275

Open RushitaBacancy opened 1 year ago

RushitaBacancy commented 1 year ago

Skipping some files when i unarchive zip folder. Not consistently reproducible For example: My source folder contain 25 items. Now, I'm creating zip from source folder then unzip that folder. new unzip folder contain 24 or 22 items. This issue not consistently. Version: "react-native-zip-archive": "^6.0.9", "react-native": "0.70.4",

devWaleed commented 1 year ago

In my case, I have 90 images zipped from backend API in different folders. I download the ZIP. When I unzip it, only folders are created but they are empty on Android. What's weird is that code works ok on iOS but not on Android.

plrthink commented 10 months ago

@devWaleed Can you share the zip file for debugging?

linhuanfeng commented 10 months ago

http://118.195.135.211:5656/1012-test.zip There are always 25 files in my link, but when using this component to extract, only 23 are left