You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ react-native link react-native-zip-archive
26
26
#### iOS
27
27
28
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.
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))
30
30
31
31
#### Android
32
32
@@ -167,6 +167,8 @@ zip(sourcePath, targetPath)
167
167
168
168
> zip source to target
169
169
170
+
*NOTE: encryptionType is not supported on iOS yet, so it would be igonred on that platform.*
0 commit comments