Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 89fc402

Browse files
committed
2 parents 9529f94 + 63039fa commit 89fc402

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ npm install react-native-event-source --save
1717
```
1818

1919
In XCode add the library from
20-
`node_modules/react-native-event-source/RNEventSource.xcodeproj` to your project
20+
`node_modules/react-native-event-source/iOS/RNEventSource.xcodeproj` to your project
2121
then add `libRNEventSource` to your project's __Build Phase__ > __Link Binary With
2222
Libraries__ list.
2323

RNEventSource.xcodeproj/project.pbxproj renamed to iOS/RNEventSource.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@
295295
isa = XCBuildConfiguration;
296296
buildSettings = {
297297
HEADER_SEARCH_PATHS = (
298-
"$(SRCROOT)/../react-native/React/**",
299-
"$(SRCROOT)/node_modules/react-native/React/**",
298+
"$(SRCROOT)/../../react-native/React/**",
299+
"$(SRCROOT)/../node_modules/react-native/React/**",
300300
);
301301
OTHER_LDFLAGS = "-ObjC";
302302
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -308,8 +308,8 @@
308308
isa = XCBuildConfiguration;
309309
buildSettings = {
310310
HEADER_SEARCH_PATHS = (
311-
"$(SRCROOT)/../react-native/React/**",
312-
"$(SRCROOT)/node_modules/react-native/React/**",
311+
"$(SRCROOT)/../../react-native/React/**",
312+
"$(SRCROOT)/../node_modules/react-native/React/**",
313313
);
314314
OTHER_LDFLAGS = "-ObjC";
315315
PRODUCT_NAME = "$(TARGET_NAME)";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)