Commit 0685f295 authored by Becca Hughes's avatar Becca Hughes Committed by GitHub

Merge pull request #212 from huhuanming/master

Support React Native 0.48
parents 858ca079 544398db
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <sys/utsname.h> #import <sys/utsname.h>
#if __has_include("RCTBridgeModule.h") #if __has_include(<React/RCTAssert.h>)
#import "RCTBridgeModule.h" #import <React/RCTBridgeModule.h>
#else #else
#import <React/RCTBridgeModule.h> #import "RCTBridgeModule.h"
#endif #endif
@interface RNDeviceInfo : NSObject <RCTBridgeModule> @interface RNDeviceInfo : NSObject <RCTBridgeModule>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment