Skip to content

Commit b8dce29

Browse files
Bumping template to 0.80.0
1 parent cae84ac commit b8dce29

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@react-native-community/template",
3-
"version": "0.80.0-rc.5-068a496",
3+
"version": "0.80.0",
44
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
88
},
99
"scripts": {
1010
"test": "jest",
11-
"version": "0.80.0-rc.5"
11+
"version": "0.80.0"
1212
},
1313
"type": "commonjs",
1414
"files": [

template/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "19.1.0",
14-
"react-native": "0.80.0-rc.5",
15-
"@react-native/new-app-screen": "0.80.0-rc.5"
14+
"react-native": "0.80.0",
15+
"@react-native/new-app-screen": "0.80.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",
@@ -21,10 +21,10 @@
2121
"@react-native-community/cli": "19.0.0",
2222
"@react-native-community/cli-platform-android": "19.0.0",
2323
"@react-native-community/cli-platform-ios": "19.0.0",
24-
"@react-native/babel-preset": "0.80.0-rc.5",
25-
"@react-native/eslint-config": "0.80.0-rc.5",
26-
"@react-native/metro-config": "0.80.0-rc.5",
27-
"@react-native/typescript-config": "0.80.0-rc.5",
24+
"@react-native/babel-preset": "0.80.0",
25+
"@react-native/eslint-config": "0.80.0",
26+
"@react-native/metro-config": "0.80.0",
27+
"@react-native/typescript-config": "0.80.0",
2828
"@types/jest": "^29.5.13",
2929
"@types/react": "^19.1.0",
3030
"@types/react-test-renderer": "^19.1.0",

0 commit comments

Comments
 (0)