We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5832033 commit f9d5df0Copy full SHA for f9d5df0
vnext/Microsoft.ReactNative/Views/ViewViewManager.cpp
@@ -356,9 +356,7 @@ bool TryUpdateBorderProperties(
356
357
ViewViewManager::ViewViewManager(const Mso::React::IReactContext &context) : Super(context) {}
358
359
-const winrt::TypeName viewViewManagerTypeName{
360
- winrt::hstring{L"ViewViewManager"},
361
- winrt::TypeKind::Metadata};
+const winrt::TypeName viewViewManagerTypeName{winrt::hstring{L"ViewViewManager"}, winrt::TypeKind::Metadata};
362
363
/*static*/ xaml::DependencyProperty ViewViewManager::CanBeScrollAnchorProperty() {
364
static xaml::DependencyProperty s_canBeScrollAnchorProperty = xaml::DependencyProperty::RegisterAttached(
0 commit comments