Skip to content

Commit 3182936

Browse files
React Native 0.77 Support (stable) (#1722)
1 parent 3545a94 commit 3182936

File tree

2 files changed

+324
-362
lines changed

2 files changed

+324
-362
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@babel/preset-react": "^7.25.9",
7373
"@babel/preset-typescript": "^7.26.0",
7474
"@callstack/eslint-config": "^15.0.0",
75-
"@react-native/babel-preset": "0.77.0-rc.0",
75+
"@react-native/babel-preset": "0.77.0",
7676
"@release-it/conventional-changelog": "^10.0.0",
7777
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
7878
"@types/jest": "^29.5.14",
@@ -87,7 +87,7 @@
8787
"jest": "^29.7.0",
8888
"prettier": "^2.8.8",
8989
"react": "18.3.1",
90-
"react-native": "0.77.0-rc.0",
90+
"react-native": "0.77.0",
9191
"react-test-renderer": "18.3.1",
9292
"release-it": "^18.0.0",
9393
"typescript": "^5.6.3",

0 commit comments

Comments
 (0)