Skip to content

Commit eccc359

Browse files
authored
Upgrade Fabric New Arch Gallery to React Native 0.79.2 (#630)
1 parent 5ef8414 commit eccc359

4 files changed

Lines changed: 133 additions & 158 deletions

File tree

NewArch/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@react-native-clipboard/clipboard": "^1.16.1",
1616
"lowlight": "^1.17.0",
1717
"react": "19.0.0",
18-
"react-native": "^0.79.0",
19-
"react-native-windows": "^0.79.0"
18+
"react-native": "^0.79.2",
19+
"react-native-windows": "^0.79.2"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",
@@ -25,10 +25,10 @@
2525
"@react-native-community/cli": "15.0.1",
2626
"@react-native-community/cli-platform-android": "15.0.1",
2727
"@react-native-community/cli-platform-ios": "15.0.1",
28-
"@react-native/babel-preset": "0.79.0",
29-
"@react-native/eslint-config": "0.79.0",
30-
"@react-native/metro-config": "0.79.0",
31-
"@react-native/typescript-config": "0.79.0",
28+
"@react-native/babel-preset": "0.79.2",
29+
"@react-native/eslint-config": "0.79.2",
30+
"@react-native/metro-config": "0.79.2",
31+
"@react-native/typescript-config": "0.79.2",
3232
"@rnx-kit/jest-preset": "^0.1.17",
3333
"@types/jest": "^29.5.13",
3434
"@types/react": "19.0.0",

NewArch/windows/NewArch.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="Microsoft.ReactNativeGallery-Experimental"
1111
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
12-
Version="1.0.4.0" />
12+
Version="1.0.5.0" />
1313

1414
<Properties>
1515
<DisplayName>React Native Gallery - Experimental</DisplayName>

NewArch/windows/NewArch/NewArch.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- This project was created with react-native-windows 0.79.0 -->
2+
<!-- This project was created with react-native-windows 0.79.2 -->
33
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
55
<PropertyGroup Label="Globals">

0 commit comments

Comments
 (0)