Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@react-native-community/progress-view": "^1.5.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "^2.4.10",
"@react-native/metro-config": "0.80.0",
"@react-native/metro-config": "0.81.0-nightly-20250709-6892dde36",
"@react-navigation/drawer": "^7.0.0-alpha.0",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.3.12",
Expand All @@ -33,7 +33,7 @@
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "19.1.0",
"react-native": "0.80.0",
"react-native": "0.81.0-nightly-20250709-6892dde36",
"react-native-config": "^1.5.2",
"react-native-device-info": "^10.7.0",
"react-native-gesture-handler": "2.9.0",
Expand All @@ -48,17 +48,17 @@
"react-native-track-player": "JaneaSystems/react-native-track-player#windows_cpp2",
"react-native-tts": "ak1394/react-native-tts",
"react-native-webview": "^13.2.2",
"react-native-windows": "0.80.0",
"react-native-windows": "0.81.0-preview.6",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.80.0",
"@react-native/eslint-config": "0.80.0",
"@react-native/metro-config": "0.80.0",
"@react-native/typescript-config": "0.80.0",
"@react-native/babel-preset": "0.81.0-nightly-20250709-6892dde36",
"@react-native/eslint-config": "0.81.0-nightly-20250709-6892dde36",
"@react-native/metro-config": "0.81.0-nightly-20250709-6892dde36",
"@react-native/typescript-config": "0.81.0-nightly-20250709-6892dde36",
"@rnx-kit/cli": "^0.16.10",
"@rnx-kit/jest-preset": "^0.1.17",
"@types/lowlight": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion windows/rngallery/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Identity
Name="Microsoft.ReactNativeGallery"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="2.0.0.0" />
Version="2.0.1.0" />

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

Expand Down
2 changes: 1 addition & 1 deletion windows/rngallery/rngallery.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This project was created with react-native-windows 0.79.2 -->
<!-- This project was created with react-native-windows 0.81.0-preview.6 -->
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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')" />
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
Expand Down
Loading
Loading