Skip to content

Commit 9f14465

Browse files
committed
fix(ios): handle removal of legacy arch code
1 parent 411b336 commit 9f14465

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/app/example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ PODS:
18191819
- React-utils (= 0.85.1)
18201820
- ReactNativeDependencies
18211821
- ReactNativeDependencies (0.85.1)
1822-
- ReactNativeHost (0.5.17):
1822+
- ReactNativeHost (0.5.18):
18231823
- hermes-engine
18241824
- RCTRequired
18251825
- RCTTypeSafety
@@ -2189,7 +2189,7 @@ SPEC CHECKSUMS:
21892189
ReactCodegen: 1663f3db0221878329f993847de1c422d6af5e3c
21902190
ReactCommon: 66763e5bd1b778828ff6cb82d771b7162a5215c2
21912191
ReactNativeDependencies: 8cbd0fbc0255c3949672a00a81fc8d60a29dcfd9
2192-
ReactNativeHost: bfc03f71af9ea8533b3f77493ca49d6c40093397
2192+
ReactNativeHost: 00da7c5e36b3b638eb9d27985df2406f0e434ced
21932193
ReactTestApp-DevSupport: aeb3fe7bc1b2916413ac41309a70a0df7475f8a5
21942194
ReactTestApp-Resources: 1bd9ff10e4c24f2ad87101a32023721ae923bccf
21952195
RNWWebStorage: e01ec77abc9866d80b0c1b0d57914cce11ab747b

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"dependencies": {
8888
"@isaacs/cliui": "^9.0.0",
89-
"@rnx-kit/react-native-host": "^0.5.17",
89+
"@rnx-kit/react-native-host": "^0.5.18",
9090
"@rnx-kit/tools-react-native": "^2.1.0",
9191
"ajv": "^8.0.0",
9292
"fast-xml-parser": "^5.7.0",

packages/example-macos/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ PODS:
22592259
- React-perflogger (= 0.81.5)
22602260
- React-utils (= 0.81.5)
22612261
- SocketRocket
2262-
- ReactNativeHost (0.5.17):
2262+
- ReactNativeHost (0.5.18):
22632263
- boost
22642264
- DoubleConversion
22652265
- fast_float
@@ -2638,7 +2638,7 @@ SPEC CHECKSUMS:
26382638
ReactAppDependencyProvider: dddd83e92ff2e76331e033a983785f1f242e0485
26392639
ReactCodegen: b71171467ffb01846451b0fa0ac5b207741f1a96
26402640
ReactCommon: 2024e8fc1841d1e289c5bc5b26aaf0e6ced45142
2641-
ReactNativeHost: 66a23d7106b451f1a1087f565a45c839abef1e73
2641+
ReactNativeHost: 18ea735de977bb651e04a2e6182728e3ab777369
26422642
ReactTestApp-DevSupport: 4d0b86847c5f7fffa0f09479443be7a2420d19a4
26432643
ReactTestApp-Resources: 71a3155bca10819738469de1f161410f43528209
26442644
RNWWebStorage: 8ec03f8288c1e212518f662f44ec223603bbe74c

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4468,12 +4468,12 @@ __metadata:
44684468
languageName: node
44694469
linkType: hard
44704470

4471-
"@rnx-kit/react-native-host@npm:^0.5.17":
4472-
version: 0.5.17
4473-
resolution: "@rnx-kit/react-native-host@npm:0.5.17"
4471+
"@rnx-kit/react-native-host@npm:^0.5.18":
4472+
version: 0.5.18
4473+
resolution: "@rnx-kit/react-native-host@npm:0.5.18"
44744474
peerDependencies:
44754475
react-native: ">=0.66"
4476-
checksum: 10c0/e9ab5c489758274def1d910c1f6855aeb04b8b8c4e17d71ea195f252dc1416f7dc29e743797532f80ab65dd6f4c8c596fbccc29df820c093c658b104b8d52a1c
4476+
checksum: 10c0/fd603f3ac9b2797cef3bf31407f985ee9c2afaa7b08c51b73973e7963a615f92c2ad4278a0e762d4b0edbb7649b754f4dbe0bbfea15741376e3d99920afd803a
44774477
languageName: node
44784478
linkType: hard
44794479

@@ -12964,7 +12964,7 @@ __metadata:
1296412964
"@react-native-community/cli": "npm:^20.1.0"
1296512965
"@react-native-community/cli-types": "npm:^20.1.0"
1296612966
"@react-native-community/template": "npm:^0.85.0"
12967-
"@rnx-kit/react-native-host": "npm:^0.5.17"
12967+
"@rnx-kit/react-native-host": "npm:^0.5.18"
1296812968
"@rnx-kit/tools-react-native": "npm:^2.1.0"
1296912969
"@rnx-kit/tsconfig": "npm:^3.0.1"
1297012970
"@types/js-yaml": "npm:^4.0.5"

0 commit comments

Comments
 (0)