We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55aeed7 commit 72e0819Copy full SHA for 72e0819
ios/RNIterableAPI/Serialization.swift
@@ -43,6 +43,10 @@ extension IterableConfig {
43
return config
44
}
45
46
+ if let allowedProtocols = dict["allowedProtocols"] as? [String] {
47
+ config.allowedProtocols = allowedProtocols
48
+ }
49
+
50
if let pushIntegrationName = dict["pushIntegrationName"] as? String {
51
config.pushIntegrationName = pushIntegrationName
52
0 commit comments