Skip to content

Commit 72e0819

Browse files
committed
serialize protocol list
1 parent 55aeed7 commit 72e0819

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/RNIterableAPI/Serialization.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ extension IterableConfig {
4343
return config
4444
}
4545

46+
if let allowedProtocols = dict["allowedProtocols"] as? [String] {
47+
config.allowedProtocols = allowedProtocols
48+
}
49+
4650
if let pushIntegrationName = dict["pushIntegrationName"] as? String {
4751
config.pushIntegrationName = pushIntegrationName
4852
}

0 commit comments

Comments
 (0)