From 6f334bdd1d35dbb72b9c128d49b725084c1bb174 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Mon, 3 Jul 2023 16:35:14 -0700 Subject: [PATCH 1/3] Default IncludeFabricInterface to true --- vnext/Desktop/React.Windows.Desktop.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/vnext/Desktop/React.Windows.Desktop.vcxproj b/vnext/Desktop/React.Windows.Desktop.vcxproj index 8113a8d3dd5..e2fd63b7a4d 100644 --- a/vnext/Desktop/React.Windows.Desktop.vcxproj +++ b/vnext/Desktop/React.Windows.Desktop.vcxproj @@ -52,6 +52,7 @@ true win32 false + true true From ba3655a4d4907c40885b8b05ee20d4d68048b9e0 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Mon, 3 Jul 2023 16:35:51 -0700 Subject: [PATCH 2/3] Change files --- ...ative-windows-d66c1eef-4346-43c7-8451-78ebe39f062b.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/react-native-windows-d66c1eef-4346-43c7-8451-78ebe39f062b.json diff --git a/change/react-native-windows-d66c1eef-4346-43c7-8451-78ebe39f062b.json b/change/react-native-windows-d66c1eef-4346-43c7-8451-78ebe39f062b.json new file mode 100644 index 00000000000..1ed9a328860 --- /dev/null +++ b/change/react-native-windows-d66c1eef-4346-43c7-8451-78ebe39f062b.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Default IncludeFabricInterface to true", + "packageName": "react-native-windows", + "email": "julio.rocha@microsoft.com", + "dependentChangeType": "patch" +} From 905a8a587ea7bf63eae9abd447635f168be2c741 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Mon, 3 Jul 2023 16:52:31 -0700 Subject: [PATCH 3/3] Remove IncludeFabricInterface from ExperimentalFeatures --- vnext/ExperimentalFeatures.props | 1 - 1 file changed, 1 deletion(-) diff --git a/vnext/ExperimentalFeatures.props b/vnext/ExperimentalFeatures.props index 57a4b5aa3b9..bccc529f771 100644 --- a/vnext/ExperimentalFeatures.props +++ b/vnext/ExperimentalFeatures.props @@ -4,7 +4,6 @@ false - true true