Skip to content

Commit 5ef8414

Browse files
authored
Upgrade Paper Old Arch Gallery app to React Native 0.79.2 (#628)
1 parent 5350073 commit 5ef8414

4 files changed

Lines changed: 181 additions & 114 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"patch-package": "^7.0.0",
3434
"postinstall-postinstall": "^2.1.0",
3535
"react": "19.0.0",
36-
"react-native": "0.79.0",
36+
"react-native": "0.79.2",
3737
"react-native-config": "^1.5.2",
3838
"react-native-device-info": "^10.7.0",
3939
"react-native-gesture-handler": "2.9.0",
@@ -48,17 +48,17 @@
4848
"react-native-track-player": "JaneaSystems/react-native-track-player#windows_cpp2",
4949
"react-native-tts": "ak1394/react-native-tts",
5050
"react-native-webview": "^13.2.2",
51-
"react-native-windows": "0.79.0",
51+
"react-native-windows": "0.79.2",
5252
"react-native-xaml": "^0.0.78"
5353
},
5454
"devDependencies": {
5555
"@babel/core": "^7.25.2",
5656
"@babel/preset-env": "^7.25.3",
5757
"@babel/runtime": "^7.20.0",
58-
"@react-native/babel-preset": "0.79.0",
59-
"@react-native/eslint-config": "0.79.0",
60-
"@react-native/metro-config": "0.79.0",
61-
"@react-native/typescript-config": "0.79.0",
58+
"@react-native/babel-preset": "0.79.2",
59+
"@react-native/eslint-config": "0.79.2",
60+
"@react-native/metro-config": "0.79.2",
61+
"@react-native/typescript-config": "0.79.2",
6262
"@rnx-kit/cli": "^0.16.10",
6363
"@rnx-kit/jest-preset": "^0.1.17",
6464
"@types/lowlight": "^0.0.1",

windows/rngallery/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Identity
1515
Name="Microsoft.ReactNativeGallery"
1616
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
17-
Version="1.0.36.0" />
17+
Version="1.0.37.0" />
1818

1919
<mp:PhoneIdentity PhoneProductId="92a2ad66-6238-420f-9f50-a5bd0955913f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
2020

windows/rngallery/rngallery.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 ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<Import Project="..\packages\LottieGen.MsBuild.7.0.5\build\native\LottieGen.MsBuild.props" Condition="Exists('..\packages\LottieGen.MsBuild.7.0.5\build\native\LottieGen.MsBuild.props')" />
55
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />

0 commit comments

Comments
 (0)