Skip to content

Commit

Permalink
Merge pull request #8 from mitch104/master
Browse files Browse the repository at this point in the history
Fix ios headers for RN 0.40.0
  • Loading branch information
ianlin authored Jan 17, 2017
2 parents 31ba634 + 0c28154 commit 6a57e2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ios/RNFirebaseCrashReport/RNFirebaseCrashReport.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>

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

@interface RNFirebaseCrashReport : NSObject <RCTBridgeModule>

Expand Down
8 changes: 4 additions & 4 deletions ios/RNFirebaseCrashReport/RNFirebaseCrashReport.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

#import "RNFirebaseCrashReport.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>

@import FirebaseCrash;

Expand Down

0 comments on commit 6a57e2e

Please sign in to comment.