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

Zip archive utility for react-native

Results 47 react-native-zip-archive issues
Sort by recently updated
recently updated
newest added

**Zip file is empty is iOS with react-native-zip-archive [6.0.3 & 6.0.2] same working fine in android.** A clear and concise description of what the bug is. **To Reproduce** Steps to...

bug
iOS

On android UnZip or UnZipWithPassword can't get the file's ext here is the example: i need unzip link: https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-zip-file.zip On ios everything is ok but on android after i download...

bug
Android

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [react-native](https://github.com/facebook/react-native) from 0.63.4 to 0.64.1. Release notes Sourced from react-native's releases. v0.64.1 This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

-React-native 0.63.0 -react-native-zip-archive v.5.0.6 when i zip a file by (react-native-zip-archive) then i unzip, every thing is ok. but when i zip a file by my macbook(MacOS) then i download...

need information