Skip to content

Commit

Permalink
fix(apple): fix SurfaceRegistryBinding::startSurface failed on star…
Browse files Browse the repository at this point in the history
…tup with New Architecture (#2026)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 committed May 7, 2024
1 parent 590f8f8 commit c2ff140
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
},
"dependencies": {
"@rnx-kit/react-native-host": "^0.4.8",
"@rnx-kit/react-native-host": "^0.4.9",
"ajv": "^8.0.0",
"cliui": "^8.0.0",
"fast-xml-parser": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3416,12 +3416,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.4.8":
version: 0.4.8
resolution: "@rnx-kit/react-native-host@npm:0.4.8"
"@rnx-kit/react-native-host@npm:^0.4.9":
version: 0.4.9
resolution: "@rnx-kit/react-native-host@npm:0.4.9"
peerDependencies:
react-native: ">=0.66"
checksum: 10c0/43bbd652b9c06b5015c79c8240e11dbb00564261ac1441b8ff08b86f07c74701b541ad4b3d30bbeb5ba964bae5fe2baea8459907ef76332128e38fff9facadf7
checksum: 10c0/ae9d749aded8fd0697ab59f440ab994b2591131397132d20f69960971f38183e27cd851f5c6da29e50bd773115de2ebdd5c41bc89673e78ac5b3dc6f4707954c
languageName: node
linkType: hard

Expand Down Expand Up @@ -12214,7 +12214,7 @@ __metadata:
"@microsoft/eslint-plugin-sdl": "npm:^0.2.0"
"@react-native-community/cli": "npm:^12.3.0"
"@rnx-kit/eslint-plugin": "npm:^0.7.0"
"@rnx-kit/react-native-host": "npm:^0.4.8"
"@rnx-kit/react-native-host": "npm:^0.4.9"
"@rnx-kit/tsconfig": "npm:^1.0.0"
"@types/js-yaml": "npm:^4.0.5"
"@types/mustache": "npm:^4.0.0"
Expand Down

0 comments on commit c2ff140

Please sign in to comment.