Skip to content

Releases: mockingbot/react-native-zip-archive

6.0.2

19 Feb 08:00
Compare
Choose a tag to compare
  • Fixes an issue when building and running instrumented tests (e.g. Detox) for a React Native project on Android #236

6.0.1

14 Feb 00:55
Compare
Choose a tag to compare
  • Fix for npm@7 installation

6.0.0

02 Feb 05:03
Compare
Choose a tag to compare
  • upgrade underlying deps(SSZipArchive on iOS, Zip4j for Android) to the newest version
  • fix Xcode 12 compatibility
  • raise the file permission error properly

Break

drop the support for iOS 9 as requirements of the SSZipArchive, which also did by react-native 0.63

5.0.6

23 Aug 13:00
Compare
Choose a tag to compare
  • Fix type of zip and zipWithPassword method #215
  • Fix no zip file is created when zip method resolved #214

5.0.5

17 Aug 14:38
Compare
Choose a tag to compare
  • optimize for zero listeners on iOS #200

5.0.4

08 Jul 14:33
Compare
Choose a tag to compare
  • fix #201 solved by @danilo900

5.0.3

04 Jul 15:10
Compare
Choose a tag to compare

5.0.2

04 Jul 15:06
Compare
Choose a tag to compare
  • emit progress when zipping on iOS #184

5.0.1

18 Feb 10:09
Compare
Choose a tag to compare

5.0.0

29 Aug 10:24
Compare
Choose a tag to compare
  • Adopt to React Native 0.60, which involves upgrading to AndroidX and managing dependencies on iOS with CocoaPods only. (#155)