Skip to content

Commit 3ee38dc

Browse files
committed
Upgrade React Native to 0.81.4
1 parent 4f34a1b commit 3ee38dc

File tree

4 files changed

+218
-1077
lines changed

4 files changed

+218
-1077
lines changed

apps/test-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"@babel/core": "^7.26.10",
2323
"@babel/preset-env": "^7.26.9",
2424
"@babel/runtime": "^7.27.0",
25-
"@react-native-community/cli": "^20.0.1",
26-
"@react-native-community/cli-platform-android": "^20.0.1",
27-
"@react-native-community/cli-platform-ios": "^20.0.1",
25+
"@react-native-community/cli": "^20.0.2",
26+
"@react-native-community/cli-platform-android": "^20.0.2",
27+
"@react-native-community/cli-platform-ios": "^20.0.2",
2828
"@react-native-node-api/ferric-example": "*",
2929
"@react-native-node-api/node-addon-examples": "*",
3030
"@react-native-node-api/node-tests": "*",
31-
"@react-native/babel-preset": "0.81.1",
32-
"@react-native/metro-config": "0.81.1",
33-
"@react-native/typescript-config": "0.81.1",
31+
"@react-native/babel-preset": "0.81.4",
32+
"@react-native/metro-config": "0.81.4",
33+
"@react-native/typescript-config": "0.81.4",
3434
"@rnx-kit/metro-config": "^2.1.1",
3535
"@types/mocha": "^10.0.10",
3636
"@types/react": "^19.1.0",
@@ -39,7 +39,7 @@
3939
"mocha-remote-cli": "^1.13.2",
4040
"mocha-remote-react-native": "^1.13.2",
4141
"react": "19.1.0",
42-
"react-native": "0.81.1",
42+
"react-native": "0.81.4",
4343
"react-native-node-api": "*",
4444
"react-native-test-app": "^4.4.7"
4545
}

0 commit comments

Comments
 (0)