Skip to content

Commit 75aaed1

Browse files
authored
React Native 0.81.4 (0.81.2 & 0.81.3) (#237)
* Remove unused dependency * Upgrade React Native to 0.81.4 * Add changeset
1 parent 4754533 commit 75aaed1

File tree

5 files changed

+223
-1078
lines changed

5 files changed

+223
-1078
lines changed

.changeset/ripe-places-switch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-native-node-api": minor
3+
---
4+
5+
Add explicit support for React Native 0.81.2, 0.81.3 and 0.81.4

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)