Releases: mockingbot/react-native-zip-archive
Releases · mockingbot/react-native-zip-archive
6.0.2
- Fixes an issue when building and running instrumented tests (e.g. Detox) for a React Native project on Android #236
6.0.1
- Fix for npm@7 installation
6.0.0
- 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
- Fix type of
zip
and zipWithPassword
method #215
- Fix no zip file is created when zip method resolved #214
5.0.5
- optimize for zero listeners on iOS #200
5.0.4
- fix #201 solved by @danilo900
5.0.2
- emit progress when zipping on iOS #184
5.0.0
- Adopt to React Native 0.60, which involves upgrading to AndroidX and managing dependencies on iOS with CocoaPods only. (#155)