Skip to content

Commit 76c2613

Browse files
committed
Clarify the requirements of v6.1.1
1 parent add7ec6 commit 76c2613

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Zip archive utility for react-native
44

5+
## Attention
6+
7+
Starting from v6.1.1, it requires the iOS deployment higher than 15.5.5, more details on this thread: https://github.com/mockingbot/react-native-zip-archive/issues/305.
58

69
## Compatibility
710

@@ -21,7 +24,7 @@ npm install react-native-zip-archive --save
2124

2225
## Linking
2326

24-
For iOS, run the command below in you app's root folder once the package has been installed
27+
For iOS, run the command below in your app's root folder once the package has been installed
2528

2629
````bash
2730
cd ./ios && pod install

0 commit comments

Comments
 (0)