Skip to content

Releases: mockingbot/react-native-zip-archive

v7.0.1

19 Sep 02:48
Compare
Choose a tag to compare

fix the compilation issue with XCode 16

v7.0.0

19 Sep 02:47
Compare
Choose a tag to compare

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

19 Sep 02:41
Compare
Choose a tag to compare
  • Revert update of SSZipArchive, which forces user to update their iOS deployment target.

v6.1.1

07 May 02:11
Compare
Choose a tag to compare

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

16 Oct 06:57
Compare
Choose a tag to compare
  • new getUncompressedSize API to get the uncompressed size of the zip file, via #287

v6.0.9

29 Nov 03:56
Compare
Choose a tag to compare
  • More flexible versioning on SSZipArchive and log4j

v6.0.8

11 Apr 06:20
Compare
Choose a tag to compare
  • Fix warning new NativeEventEmitter was called with a non-null argument without the required [addListener/removeListeners] method, thanks to @TheAlmightyBob

v6.0.6

27 Dec 01:34
Compare
Choose a tag to compare
  • Replace jCenter with mavenCentral since it's deprecated, thanks @Matergi #253

v6.0.5

31 Oct 14:58
Compare
Choose a tag to compare
  • Ensure unzipped files use the date from the device #249

v6.0.3

31 Oct 14:56
Compare
Choose a tag to compare
  • Fix the with unzip folders on Andriod #239