Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.

Commit 3c1955b

Browse files
authored
Merge pull request #5 from jmesquita/rn-0.40
Fix incorrect import on React-Native >=0.40
2 parents ebee327 + b17dbf1 commit 3c1955b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCallKit/RNCallKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#import <Intents/Intents.h>
1313
//#import <AVFoundation/AVAudioSession.h>
1414

15-
#import "RCTEventEmitter.h"
15+
#import <React/RCTEventEmitter.h>
1616

1717
@interface RNCallKit : RCTEventEmitter <CXProviderDelegate>
1818

0 commit comments

Comments
 (0)