Skip to content

Commit 50a4663

Browse files
committed
improve the doc
1 parent d26345a commit 50a4663

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ react-native link react-native-zip-archive
2626
#### iOS
2727

2828
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.
29+
remember to also link `libz`, `libiconv` and `Security` to your target.(You can follow the tutorial on [this](http://docs.onemobilesdk.aol.com/ios-ad-sdk/adding-frameworks-xcode.html))
3030

3131
#### Android
3232

@@ -167,6 +167,8 @@ zip(sourcePath, targetPath)
167167

168168
> zip source to target
169169
170+
*NOTE: encryptionType is not supported on iOS yet, so it would be igonred on that platform.*
171+
170172
Example
171173

172174
```js

0 commit comments

Comments
 (0)