Releases: mockingbot/react-native-zip-archive
Releases · mockingbot/react-native-zip-archive
v7.0.1
- fix the compilation issue with XCode 16
v7.0.0
Well, after tweaking the underlying deps SSZipArchive back and forth, we finally decided to update it to include the changes essential to the latest App Store requirement.
v6.1.2
- Revert update of SSZipArchive, which forces user to update their iOS deployment target.
v6.1.1
THIS IS THE BREAK CHANGE
- resolve the 'iOS privacy manifest' issue, thanks to @vomchik. #303
updates
Sorry for not following the semver for including a breaking change.
You need to change the minimum iOS deployment version up to 15.5 in your project via podfile.
v6.1.0
- new
getUncompressedSize
API to get the uncompressed size of the zip file, via #287
v6.0.9
- More flexible versioning on SSZipArchive and log4j
v6.0.8
- Fix warning
new NativeEventEmitter was called with a non-null argument without the required [addListener/removeListeners] method
, thanks to @TheAlmightyBob
v6.0.6
- Replace jCenter with mavenCentral since it's deprecated, thanks @Matergi #253
v6.0.5
- Ensure unzipped files use the date from the device #249
v6.0.3
- Fix the with unzip folders on Andriod #239