4.1.0
NOTE:
Be sure to relink this package via
react-native unlink react-native-zip-archive
react-native link react-native-zip-archive
or manually add libiconv and Security.framework to your targets after updating.
UPDATES:
- add
zipWithPassword
to attach the password to archive while zipping, thanks to initial work of @brystfire08 in this PR #133. Solved issue #123. - update
SSZipArchive
to 2.2.2.