Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "prerelease",
"comment": "Move ViewPanel import from PropertyUtils to FrameworkElementViewManager",
"packageName": "react-native-windows",
"email": "jagorrin@microsoft.com",
"commit": "9dfc7b5bce7de1508eb2dc31fbdf597929f839f3",
"dependentChangeType": "patch",
"date": "2020-03-05T00:35:45.422Z"
}
2 changes: 2 additions & 0 deletions vnext/ReactUWP/Views/FrameworkElementViewManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#include "DynamicAutomationProperties.h"

#include <Views/ViewPanel.h>

namespace winrt {
using namespace Windows::UI::Xaml;
using namespace Windows::UI::Xaml::Controls;
Expand Down
2 changes: 0 additions & 2 deletions vnext/include/ReactUWP/Utils/PropertyUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

#include <Views/ShadowNodeBase.h>

#include <Views/ViewPanel.h>

namespace winrt {
using namespace Windows::UI::Xaml;
}
Expand Down