Skip to content

Commit

Permalink
fix(ios): fixed requiresMainQueueSetup warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0trpietruszewski authored and pi0trpietruszewski committed Jun 9, 2021
1 parent 70b35c5 commit 82316ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/IntercomEventEmitter.m
Expand Up @@ -6,6 +6,10 @@ @implementation IntercomEventEmitter

RCT_EXPORT_MODULE();

+ (BOOL)requiresMainQueueSetup {
return NO;
}

- (NSDictionary<NSString *, NSString *> *)constantsToExport {
return @{@"UNREAD_COUNT_CHANGE_NOTIFICATION": IntercomUnreadConversationCountDidChangeNotification,
@"WINDOW_DID_HIDE_NOTIFICATION": IntercomWindowDidHideNotification,
Expand Down

0 comments on commit 82316ca

Please sign in to comment.