Skip to content

Commit

Permalink
Merge pull request #1 from gsandf/bugfix/issue-156
Browse files Browse the repository at this point in the history
🐛 fix for unmerged fullstackreact#156
  • Loading branch information
blakek authored Dec 1, 2017
2 parents 2a1fb1b + 6670d78 commit 1de3823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/OAuthManager/OAuthManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

#import <Foundation/Foundation.h>

#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import <React/RCTBridgeModule.h>
#import "RCTBridgeModule.h"
#endif

#if __has_include("RCTLinkingManager.h")
Expand Down

0 comments on commit 1de3823

Please sign in to comment.