Skip to content

Commit 9064b93

Browse files
authored
Merge pull request #3 from davidperrenoud/patch-1
React Native 0.40+ compatibility
2 parents aee1297 + f670078 commit 9064b93

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
#import "RCTBridgeModule.h"
11+
#import <React/RCTBridgeModule.h>
1212

1313
@interface RNVoipPushNotificationManager : NSObject <RCTBridgeModule>
1414

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)