Skip to content

Commit 8f15a6c

Browse files
committed
chore: restore hoisted node_modules paths in apps/demo
1 parent 47392e6 commit 8f15a6c

2 files changed

Lines changed: 147 additions & 147 deletions

File tree

apps/demo/ios/Demo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"$(inherited)",
386386
" ",
387387
);
388-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
388+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
389389
SDKROOT = iphoneos;
390390
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
391391
USE_HERMES = true;
@@ -462,7 +462,7 @@
462462
"$(inherited)",
463463
" ",
464464
);
465-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
465+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
466466
SDKROOT = iphoneos;
467467
USE_HERMES = true;
468468
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)