Skip to content

Commit 8aac6e2

Browse files
authored
feat: update to [email protected] (#295)
1 parent 2ab7c52 commit 8aac6e2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: template/ios/HelloWorld.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
COPY_PHASE_STRIP = NO;
563563
ENABLE_STRICT_OBJC_MSGSEND = YES;
564564
ENABLE_TESTABILITY = YES;
565-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
565+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
566566
GCC_C_LANGUAGE_STANDARD = gnu99;
567567
GCC_DYNAMIC_NO_PIC = NO;
568568
GCC_NO_COMMON_BLOCKS = YES;
@@ -596,6 +596,7 @@
596596
"-DFOLLY_MOBILE=1",
597597
"-DFOLLY_USE_LIBCPP=1",
598598
);
599+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
599600
SDKROOT = iphoneos;
600601
};
601602
name = Debug;
@@ -633,7 +634,7 @@
633634
COPY_PHASE_STRIP = YES;
634635
ENABLE_NS_ASSERTIONS = NO;
635636
ENABLE_STRICT_OBJC_MSGSEND = YES;
636-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
637+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
637638
GCC_C_LANGUAGE_STANDARD = gnu99;
638639
GCC_NO_COMMON_BLOCKS = YES;
639640
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -659,6 +660,7 @@
659660
"-DFOLLY_MOBILE=1",
660661
"-DFOLLY_USE_LIBCPP=1",
661662
);
663+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
662664
SDKROOT = iphoneos;
663665
VALIDATE_PRODUCT = YES;
664666
};

Diff for: template/ios/Helloworld.xcworkspace/contents.xcworkspacedata

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "18.1.0",
14-
"react-native": "0.70.0"
14+
"react-native": "0.70.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)