Skip to content

Commit b17dbf1

Browse files
author
Joao Mesquita
committed
Fix incorrect import on React-Native >=0.40
For reference, see here: facebook/react-native@e1577df
1 parent ebee327 commit b17dbf1

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)