Skip to content

Commit 07b4d73

Browse files
authored
feat: update to [email protected] (#308)
* feat: update to [email protected] * fix: fix project.pbxproj
1 parent e43e5b7 commit 07b4d73

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

+2-4
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*]" = i386;
565+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ;
566566
GCC_C_LANGUAGE_STANDARD = gnu99;
567567
GCC_DYNAMIC_NO_PIC = NO;
568568
GCC_NO_COMMON_BLOCKS = YES;
@@ -596,7 +596,6 @@
596596
"-DFOLLY_MOBILE=1",
597597
"-DFOLLY_USE_LIBCPP=1",
598598
);
599-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
600599
SDKROOT = iphoneos;
601600
};
602601
name = Debug;
@@ -634,7 +633,7 @@
634633
COPY_PHASE_STRIP = YES;
635634
ENABLE_NS_ASSERTIONS = NO;
636635
ENABLE_STRICT_OBJC_MSGSEND = YES;
637-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
636+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
638637
GCC_C_LANGUAGE_STANDARD = gnu99;
639638
GCC_NO_COMMON_BLOCKS = YES;
640639
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -660,7 +659,6 @@
660659
"-DFOLLY_MOBILE=1",
661660
"-DFOLLY_USE_LIBCPP=1",
662661
);
663-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
664662
SDKROOT = iphoneos;
665663
VALIDATE_PRODUCT = YES;
666664
};

Diff for: template/package.json

+2-2
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.3"
14+
"react-native": "0.70.4"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",
@@ -20,7 +20,7 @@
2020
"@tsconfig/react-native": "^2.0.2",
2121
"@types/jest": "^26.0.23",
2222
"@types/react": "^18.0.21",
23-
"@types/react-native": "^0.70.4",
23+
"@types/react-native": "^0.70.6",
2424
"@types/react-test-renderer": "^18.0.0",
2525
"@typescript-eslint/eslint-plugin": "^5.37.0",
2626
"@typescript-eslint/parser": "^5.37.0",

0 commit comments

Comments
 (0)