Skip to content

Commit

Permalink
RN0.40 Compatibility (aksonov#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnamee authored and cbrevik committed Jan 13, 2017
1 parent d9f3675 commit 994e806
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>

@interface RCTGoogleAnalyticsBridge : NSObject <RCTBridgeModule>
@end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "RCTGoogleAnalyticsBridge.h"
#import "RCTLog.h"
#import "RCTConvert.h"
#import <React/RCTLog.h>
#import <React/RCTConvert.h>
#import "GAI.h"
#import "GAIFields.h"
#import "GAIDictionaryBuilder.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
#import "TAGContainer.h"
#import "TagContainerOpener.h"
#import "TAGManager.h"
#import "RCTUtils.h"
#import <React/RCTUtils.h>

@interface RCTGoogleTagManagerBridge : NSObject <RCTBridgeModule>

Expand Down

0 comments on commit 994e806

Please sign in to comment.