Skip to content

Commit

Permalink
fix for RN0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Libin Lu committed Jan 5, 2017
1 parent e9eb15a commit e1168da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ios/RNFIRMessaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@import FirebaseCore;

#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>


extern NSString *const FCMNotificationReceived;
Expand Down
7 changes: 3 additions & 4 deletions ios/RNFIRMesssaging.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#import "RNFIRMessaging.h"

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

@import UserNotifications;
@import FirebaseMessaging;
Expand Down

0 comments on commit e1168da

Please sign in to comment.