Skip to content

Commit 0bfbbf1

Browse files
fix(apple): handle enableFixForViewCommandRace being removed in 0.79 (#2413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent 690be99 commit 0bfbbf1

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ PODS:
14551455
- React-logger (= 0.77.1)
14561456
- React-perflogger (= 0.77.1)
14571457
- React-utils (= 0.77.1)
1458-
- ReactNativeHost (0.5.4):
1458+
- ReactNativeHost (0.5.5):
14591459
- DoubleConversion
14601460
- glog
14611461
- RCT-Folly (= 2024.11.18.00)
@@ -1787,7 +1787,7 @@ SPEC CHECKSUMS:
17871787
ReactAppDependencyProvider: 41e9fb63606c32cce924653d2d410cb01ec81286
17881788
ReactCodegen: 18584d2504af22f2a76fd252eb6b9ca44c3522e3
17891789
ReactCommon: ede76856e587ac3fd7ce70ca2387e571bc947d14
1790-
ReactNativeHost: 8ef54ff7c6c17c1242e287c286699f8955f22e45
1790+
ReactNativeHost: 8bf59aebad1f1cdd377510f12172b4b9cdbb5161
17911791
ReactTestApp-DevSupport: 2386e7c22084f8a550cfadcc0bde140c7dc328a1
17921792
ReactTestApp-Resources: 1bd9ff10e4c24f2ad87101a32023721ae923bccf
17931793
RNWWebStorage: cf4c36a41d7d31734b1a3424c70cb555e86801be

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ PODS:
14561456
- React-logger (= 0.77.0)
14571457
- React-perflogger (= 0.77.0)
14581458
- React-utils (= 0.77.0)
1459-
- ReactNativeHost (0.5.4):
1459+
- ReactNativeHost (0.5.5):
14601460
- DoubleConversion
14611461
- glog
14621462
- RCT-Folly (= 2024.11.18.00)
@@ -1787,7 +1787,7 @@ SPEC CHECKSUMS:
17871787
ReactAppDependencyProvider: 3e6f8f8cbc3007646e918776e149f9d279ea2e2d
17881788
ReactCodegen: dcb86afc0d45a655b79cec427db85681e5920622
17891789
ReactCommon: 699cc59ecdc5cc39e10ddb49fc29cefe16d8ab9f
1790-
ReactNativeHost: 8ef54ff7c6c17c1242e287c286699f8955f22e45
1790+
ReactNativeHost: 8bf59aebad1f1cdd377510f12172b4b9cdbb5161
17911791
ReactTestApp-DevSupport: 2386e7c22084f8a550cfadcc0bde140c7dc328a1
17921792
ReactTestApp-Resources: 86136e1efe3aa7201759371c03dea3df77079b42
17931793
RNWWebStorage: cf4c36a41d7d31734b1a3424c70cb555e86801be

example/visionos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ PODS:
15091509
- React-logger (= 0.77.0)
15101510
- React-perflogger (= 0.77.0)
15111511
- React-utils (= 0.77.0)
1512-
- ReactNativeHost (0.5.4):
1512+
- ReactNativeHost (0.5.5):
15131513
- DoubleConversion
15141514
- glog
15151515
- RCT-Folly (= 2024.11.18.00)
@@ -1853,7 +1853,7 @@ SPEC CHECKSUMS:
18531853
ReactAppDependencyProvider: 707c96028145630cd9ccc42a6876fdf714f0fdbc
18541854
ReactCodegen: 21162d9cb5b47ca6c697fd82e939d989cebb14c6
18551855
ReactCommon: 73afef4e6cef0a00a3a724daf286da1606dbac66
1856-
ReactNativeHost: 8ef54ff7c6c17c1242e287c286699f8955f22e45
1856+
ReactNativeHost: 8bf59aebad1f1cdd377510f12172b4b9cdbb5161
18571857
ReactTestApp-DevSupport: 2386e7c22084f8a550cfadcc0bde140c7dc328a1
18581858
ReactTestApp-Resources: 2ad57492ef72ab9b2c6f6e89ea198cc1999ca20b
18591859
RNWWebStorage: cf4c36a41d7d31734b1a3424c70cb555e86801be

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
8989
},
9090
"dependencies": {
91-
"@rnx-kit/react-native-host": "^0.5.4",
91+
"@rnx-kit/react-native-host": "^0.5.5",
9292
"@rnx-kit/tools-react-native": "^2.1.0",
9393
"ajv": "^8.0.0",
9494
"cliui": "^8.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,12 +3591,12 @@ __metadata:
35913591
languageName: node
35923592
linkType: hard
35933593

3594-
"@rnx-kit/react-native-host@npm:^0.5.4":
3595-
version: 0.5.4
3596-
resolution: "@rnx-kit/react-native-host@npm:0.5.4"
3594+
"@rnx-kit/react-native-host@npm:^0.5.5":
3595+
version: 0.5.5
3596+
resolution: "@rnx-kit/react-native-host@npm:0.5.5"
35973597
peerDependencies:
35983598
react-native: ">=0.66"
3599-
checksum: 10c0/a629bbdba755d403751bc57fe54f064941951459bfe22c96ad19965a64c4db328561417348b15e7925401925bcdd8bbf4b5c454859ab0b99324ace37e1879312
3599+
checksum: 10c0/08d06212a7472074e48dbcbfaeea32a6d04b5d676d266b09a4004360da67516b7bf2fa1b101e535ef3349083a30d5b0db08037f10bbd0f64777fbeca70a2a660
36003600
languageName: node
36013601
linkType: hard
36023602

@@ -12473,7 +12473,7 @@ __metadata:
1247312473
"@react-native-community/cli": "npm:^15.0.1"
1247412474
"@react-native-community/template": "npm:^0.77.0"
1247512475
"@rnx-kit/eslint-plugin": "npm:^0.8.0"
12476-
"@rnx-kit/react-native-host": "npm:^0.5.4"
12476+
"@rnx-kit/react-native-host": "npm:^0.5.5"
1247712477
"@rnx-kit/tools-react-native": "npm:^2.1.0"
1247812478
"@rnx-kit/tsconfig": "npm:^2.0.0"
1247912479
"@types/js-yaml": "npm:^4.0.5"

0 commit comments

Comments
 (0)