Skip to content

Commit 9d91e39

Browse files
committed
mark it as a break change
1 parent 6da4788 commit 9d91e39

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Zip archive utility for react-native
44

5+
# IMPORTANT
6+
7+
For react-native < 0.58, use [email protected]
8+
For react-native >= 0.58, use [email protected]
9+
510
## Installation
611

712
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-zip-archive",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "A little wrapper on ZipArchive for react-native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)