Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from opendoor-labs/make-compatible-with-rn-0.52.2
Browse files Browse the repository at this point in the history
Make compatible with React Native 0.52.2
  • Loading branch information
tpeng726 authored Jan 30, 2018
2 parents 736e385 + 9d214e3 commit a11458e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ios/ReactNativeConfig/ReactNativeConfig.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#import "RCTBridgeModule.h"
#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif

@interface ReactNativeConfig : NSObject <RCTBridgeModule>

Expand Down

0 comments on commit a11458e

Please sign in to comment.