Skip to content

Commit 62435f6

Browse files
React Native 0.40+ compatibility
iOS native headers have moved: https://github.com/facebook/react-native/releases/tag/v0.40.0
1 parent aee1297 commit 62435f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#import <PushKit/PushKit.h>
1010
#import "RNVoipPushNotificationManager.h"
1111

12-
#import "RCTBridge.h"
13-
#import "RCTConvert.h"
14-
#import "RCTEventDispatcher.h"
15-
#import "RCTUtils.h"
12+
#import <React/RCTBridge.h>
13+
#import <React/RCTConvert.h>
14+
#import <React/RCTEventDispatcher.h>
15+
#import <React/RCTUtils.h>
1616

1717
NSString *const RNVoipRemoteNotificationsRegistered = @"voipRemoteNotificationsRegistered";
1818
NSString *const RNVoipLocalNotificationReceived = @"voipLocalNotificationReceived";

0 commit comments

Comments
 (0)