Skip to content

Commit 544f0bc

Browse files
committed
Merge branch '0.83-stable' of github.com:microsoft/react-native-windows into vs18-win25-ps7-net10-wsab-83
2 parents ed4a268 + df64806 commit 544f0bc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Expose ReactNativeWindow from ReactNativeWin32App",
4+
"packageName": "react-native-windows",
5+
"email": "30809111+acoates-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

vnext/Microsoft.ReactNative/ReactNativeAppBuilder.idl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import "ReactNativeHost.idl";
33
import "ReactNativeIsland.idl";
44
import "ReactInstanceSettings.idl";
55
import "IReactPackageProvider.idl";
6+
import "ReactNativeWindow.idl";
67

78
#include "DocString.h"
89

@@ -14,6 +15,8 @@ namespace Microsoft.ReactNative {
1415
// Properties
1516
Microsoft.UI.Windowing.AppWindow AppWindow {get;};
1617

18+
ReactNativeWindow ReactNativeWindow {get;};
19+
1720
ReactNativeHost ReactNativeHost {get;};
1821

1922
ReactViewOptions ReactViewOptions {get;};

0 commit comments

Comments
 (0)