Skip to content

Commit caa48dd

Browse files
authored
Merge pull request #76 from janicduplessis/patch-2
Fix RCTLog import
2 parents 534e104 + 12e1332 commit caa48dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/IntercomModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "IntercomModule.h"
22
#import "IntercomAttributesBuilder.h"
33
#import "IntercomHelpCenterHelpers.h"
4-
#import "RCTLog.h"
4+
#import <React/RCTLog.h>
55
@import Intercom;
66

77
@interface Intercom (Intercom)

0 commit comments

Comments
 (0)