Skip to content

Commit 7ff2670

Browse files
chore(deps): bump react-native from 0.80.1 to 0.81.0
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.80.1 to 0.81.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.81.0/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.81.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf115c3 commit 7ff2670

File tree

3 files changed

+193
-137
lines changed

3 files changed

+193
-137
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metro-runtime": "^0.83.0",
2121
"react": "19.1.0",
2222
"react-dom": "19.1.0",
23-
"react-native": "0.80.1",
23+
"react-native": "0.81.0",
2424
"react-native-reanimated": "4.0.1",
2525
"react-native-web": "~0.20.0",
2626
"react-native-worklets": "0.4.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"expo": "54.0.0-canary-20250713-8f814f8",
151151
"lightningcss": ">=1.27.0",
152152
"react": "19.1.0",
153-
"react-native": "0.80.1"
153+
"react-native": "0.81.0"
154154
},
155155
"devDependencies": {
156156
"@babel/core": "^7.28.0",
@@ -183,7 +183,7 @@
183183
"postcss": "^8.5.6",
184184
"prettier": "^3.6.2",
185185
"react": "19.1.0",
186-
"react-native": "0.80.1",
186+
"react-native": "0.81.0",
187187
"react-native-builder-bob": "^0.40.13",
188188
"react-native-reanimated": "4.0.1",
189189
"react-native-safe-area-context": "5.4.0",

0 commit comments

Comments
 (0)