diff --git a/README.md b/README.md index 71fcf75..c6d88f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 46aa635..748ac55 100644 --- a/package.json +++ b/package.json @@ -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": {