Skip to content

Commit 00eab66

Browse files
committed
chore(example): update example project
1 parent 871b8e5 commit 00eab66

File tree

3 files changed

+194
-194
lines changed

3 files changed

+194
-194
lines changed

apps/example/ios/ExampleApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"$(inherited)",
383383
" ",
384384
);
385-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
385+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
386386
SDKROOT = iphoneos;
387387
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
388388
USE_HERMES = true;
@@ -454,7 +454,7 @@
454454
"$(inherited)",
455455
" ",
456456
);
457-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
457+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../../node_modules/react-native";
458458
SDKROOT = iphoneos;
459459
USE_HERMES = true;
460460
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)