Skip to content

Commit 96d5364

Browse files
authored
fix(ios): handle removal of legacy arch code (#2797)
1 parent acdd633 commit 96d5364

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.19):
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: f5cd5ffbfb7c6eda04b5b40d3de4e09ccec2c108
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
@@ -87,7 +87,7 @@
8787
},
8888
"dependencies": {
8989
"@isaacs/cliui": "^9.0.0",
90-
"@rnx-kit/react-native-host": "^0.5.17",
90+
"@rnx-kit/react-native-host": "^0.5.19",
9191
"@rnx-kit/tools-react-native": "^2.1.0",
9292
"ajv": "^8.0.0",
9393
"fast-xml-builder": "^1.2.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.19):
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: 8680b5bbc3afdbfeccc206ed0f3230d7c3df691b
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.19":
4472+
version: 0.5.19
4473+
resolution: "@rnx-kit/react-native-host@npm:0.5.19"
44744474
peerDependencies:
44754475
react-native: ">=0.66"
4476-
checksum: 10c0/e9ab5c489758274def1d910c1f6855aeb04b8b8c4e17d71ea195f252dc1416f7dc29e743797532f80ab65dd6f4c8c596fbccc29df820c093c658b104b8d52a1c
4476+
checksum: 10c0/6dbf12788c7ebff0813288343dcaa4b7c18b4a2fa048a6bdcb65019c92234beabbe8b9a52701dc7cd6845f9c621e93969fe58db3409093c7443053aa8646cc21
44774477
languageName: node
44784478
linkType: hard
44794479

@@ -12966,7 +12966,7 @@ __metadata:
1296612966
"@react-native-community/cli": "npm:^20.1.0"
1296712967
"@react-native-community/cli-types": "npm:^20.1.0"
1296812968
"@react-native-community/template": "npm:^0.85.0"
12969-
"@rnx-kit/react-native-host": "npm:^0.5.17"
12969+
"@rnx-kit/react-native-host": "npm:^0.5.19"
1297012970
"@rnx-kit/tools-react-native": "npm:^2.1.0"
1297112971
"@rnx-kit/tsconfig": "npm:^3.0.1"
1297212972
"@types/js-yaml": "npm:^4.0.5"

0 commit comments

Comments
 (0)