react-native-zip-archive icon indicating copy to clipboard operation
react-native-zip-archive copied to clipboard

skipping some files and folders in unarchiving

Open RushitaBacancy opened this issue 2 years ago • 3 comments

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",

RushitaBacancy avatar Feb 03 '23 13:02 RushitaBacancy

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.

devWaleed avatar May 15 '23 07:05 devWaleed

@devWaleed Can you share the zip file for debugging?

plrthink avatar Oct 16 '23 07:10 plrthink

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

linhuanfeng avatar Oct 18 '23 03:10 linhuanfeng