Skip to content

Commit 58200f9

Browse files
authored
mention libz when manually linking on iOS
1 parent 9d91e39 commit 58200f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ react-native link react-native-zip-archive
2525

2626
#### iOS
2727

28-
refer to the [official guide](https://facebook.github.io/react-native/docs/linking-libraries-ios.html)
28+
refer to the [official guide](https://facebook.github.io/react-native/docs/linking-libraries-ios.html),
29+
remember to also link `libz` to the project.
2930

3031
#### Android
3132

0 commit comments

Comments
 (0)