Skip to content

Commit

Permalink
mark it as a break change
Browse files Browse the repository at this point in the history
  • Loading branch information
plrthink committed Mar 12, 2019
1 parent 6da4788 commit 9d91e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Zip archive utility for react-native

# IMPORTANT

For react-native < 0.58, use react-native-zip-archive@3.0.1
For react-native >= 0.58, use react-native-zip-archive@4.0.0

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-zip-archive",
"version": "3.0.2",
"version": "4.0.0",
"description": "A little wrapper on ZipArchive for react-native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d91e39

Please sign in to comment.