Commit 5834bf6c authored by Janic Duplessis's avatar Janic Duplessis

Update iOS RN header paths

parent d638e235
......@@ -217,11 +217,8 @@
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../React/**",
"$(inherited)",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/../../../node_modules/react-native/React/**",
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "-ObjC";
......@@ -234,11 +231,8 @@
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../React/**",
"$(inherited)",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/../../../node_modules/react-native/React/**",
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "-ObjC";
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import <sys/utsname.h>
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
@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