You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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.
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",
The text was updated successfully, but these errors were encountered: