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.
2 parents 0f1e24f + 641afb1 commit 95d1074Copy full SHA for 95d1074
ios/RNZendeskChatModule.m
@@ -48,4 +48,8 @@ @implementation RNZendeskChatModule
48
});
49
}
50
51
+RCT_EXPORT_METHOD(init:(NSString *)zenDeskKey) {
52
+ [ZDCChat initializeWithAccountKey:zenDeskKey];
53
+}
54
+
55
@end
0 commit comments