From 583e3d3b188727ea87b62e82e85a3baf22921aed Mon Sep 17 00:00:00 2001 From: Vladimir Morozov Date: Fri, 10 Apr 2026 15:59:03 -0700 Subject: [PATCH 1/3] Fix project compilation --- packages/playground/windows/playground-composition.sln | 3 +++ vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/playground/windows/playground-composition.sln b/packages/playground/windows/playground-composition.sln index 76256ed5464..7948bdf2265 100644 --- a/packages/playground/windows/playground-composition.sln +++ b/packages/playground/windows/playground-composition.sln @@ -29,6 +29,9 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Include", "..\..\..\vnext\include\Include.vcxitems", "{EF074BA1-2D54-4D49-A28E-5E040B47CD2E}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleCustomComponent", "..\..\sample-custom-component\windows\SampleCustomComponent\SampleCustomComponent.vcxproj", "{A8DA218C-4CB5-48CB-A9EE-9E6337165D07}" + ProjectSection(ProjectDependencies) = postProject + {F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {F7D32BD0-2749-483E-9A0D-1635EF7E3136} + EndProjectSection EndProject GlobalSection(SharedMSBuildProjectFiles) = preSolution ..\..\..\vnext\Shared\Shared.vcxitems*{2049dbe9-8d13-42c9-ae4b-413ae38fffd0}*SharedItemsImports = 9 diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj index f30c1e60de7..ea2daf49df4 100644 --- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj @@ -411,9 +411,6 @@ - - - {fca38f3c-7c73-4c47-be4e-32f77fa8538d} From 19ab578f2496ac0ada0d41485c5e145802d27e69 Mon Sep 17 00:00:00 2001 From: Vladimir Morozov Date: Fri, 10 Apr 2026 16:05:32 -0700 Subject: [PATCH 2/3] Fix "yarn start" --- packages/playground/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playground/package.json b/packages/playground/package.json index a088c224b46..5f06da94d04 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -3,10 +3,10 @@ "version": "0.0.54", "private": true, "scripts": { - "start": "npx @react-native-community/cli rnx-start", + "start": "react-native rnx-start", "lint:fix": "rnw-scripts lint:fix", "lint": "rnw-scripts lint", - "windows": "npx @react-native-community/cli run-windows" + "windows": "react-native run-windows" }, "dependencies": { "@react-native-picker/picker": "2.11.0", From 25b00f9eb4d947c180334cef12b87c5a6b8b6431 Mon Sep 17 00:00:00 2001 From: Vladimir Morozov Date: Fri, 10 Apr 2026 16:28:09 -0700 Subject: [PATCH 3/3] Change files --- ...ative-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json diff --git a/change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json b/change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json new file mode 100644 index 00000000000..3442cc7a9b0 --- /dev/null +++ b/change/react-native-windows-9d93df46-79f8-4116-b0c8-7985a9c67d91.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Fix project compilation", + "packageName": "react-native-windows", + "email": "vmorozov@microsoft.com", + "dependentChangeType": "patch" +}