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 95e2efc commit 641afb1Copy full SHA for 641afb1
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