Skip to content

Commit

Permalink
attempt to fix installation with cocoapods (evollu#278)
Browse files Browse the repository at this point in the history
* attempt to fix installation with cocoapods

* Remove unnecessary header imports
  • Loading branch information
skv-headless authored and Libin Lu committed Jan 23, 2017
1 parent 781571a commit 087405c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ios/RNFIRMessaging.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#import <UIKit/UIKit.h>

@import FirebaseCore;
#import <FirebaseCore/FIRApp.h>

#import <React/RCTBridgeModule.h>

Expand All @@ -13,3 +13,4 @@ extern NSString *const FCMNotificationReceived;
@property (nonatomic, assign) bool connectedToFCM;

@end

4 changes: 2 additions & 2 deletions ios/RNFIRMesssaging.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#import <React/RCTUtils.h>

@import UserNotifications;
@import FirebaseMessaging;
@import FirebaseInstanceID;
#import <FirebaseMessaging/FirebaseMessaging.h>
#import <FirebaseInstanceID/FirebaseInstanceID.h>

#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_8_0

Expand Down

0 comments on commit 087405c

Please sign in to comment.