Skip to content

chore: fix android example app crashing on startup #978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-native": "^0.71.0",
"react-native-builder-bob": "^0.18.0",
"react-native-macos": "^0.71.0",
"react-native-test-app": "^2.2.1",
"react-native-test-app": "^2.5.8",
"react-native-web": "~0.18.10",
"react-native-windows": "^0.71.0",
"react-test-renderer": "18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ __metadata:
react-native: ^0.71.0
react-native-builder-bob: ^0.18.0
react-native-macos: ^0.71.0
react-native-test-app: ^2.2.1
react-native-test-app: ^2.5.8
react-native-web: ~0.18.10
react-native-windows: ^0.71.0
react-test-renderer: 18.2.0
Expand Down Expand Up @@ -3216,7 +3216,7 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.2.6":
"@rnx-kit/react-native-host@npm:^0.2.7":
version: 0.2.7
resolution: "@rnx-kit/react-native-host@npm:0.2.7"
peerDependencies:
Expand Down Expand Up @@ -12349,11 +12349,11 @@ __metadata:
languageName: node
linkType: hard

"react-native-test-app@npm:^2.2.1":
version: 2.5.5
resolution: "react-native-test-app@npm:2.5.5"
"react-native-test-app@npm:^2.5.8":
version: 2.5.8
resolution: "react-native-test-app@npm:2.5.8"
dependencies:
"@rnx-kit/react-native-host": ^0.2.6
"@rnx-kit/react-native-host": ^0.2.7
ajv: ^8.0.0
chalk: ^4.1.0
cliui: ^8.0.0
Expand Down Expand Up @@ -12392,7 +12392,7 @@ __metadata:
init: scripts/init.js
init-test-app: scripts/init.js
install-windows-test-app: windows/test-app.js
checksum: c99d12198edd7f9bf8ac4884de9257542ca4b744e229fb0adcc3e11c4a4a87b7977e1b6bdd0df1836667765b8d02566369522deae9b2c1b792d0940e72fbc360
checksum: f23c468daf2b388b84fc6650c569b3661907680da63ce4be1a2c8d5220ea4cb12aca3add13a1ccba77d98251e62a853cade0ff8acf2eb0bcda50e3e819e7dbbf
languageName: node
linkType: hard

Expand Down