Skip to content

Commit

Permalink
React Native 0.40+ compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperrenoud committed Feb 22, 2017
1 parent aee1297 commit 62435f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/RNVoipPushNotification/RNVoipPushNotificationManager.m
Expand Up @@ -9,10 +9,10 @@
#import <PushKit/PushKit.h>
#import "RNVoipPushNotificationManager.h"

#import "RCTBridge.h"
#import "RCTConvert.h"
#import "RCTEventDispatcher.h"
#import "RCTUtils.h"
#import <React/RCTBridge.h>
#import <React/RCTConvert.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTUtils.h>

NSString *const RNVoipRemoteNotificationsRegistered = @"voipRemoteNotificationsRegistered";
NSString *const RNVoipLocalNotificationReceived = @"voipLocalNotificationReceived";
Expand Down

0 comments on commit 62435f6

Please sign in to comment.