feat(compatibility): Support React Native 0.62 (#1364 by @jussikinnula and @kaiguo)

Co-authored-by: Kai Guo <kaigu@microsoft.com>
Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com>
This commit is contained in:
Jussi Kinnula
2020-05-26 20:55:02 -07:00
committed by GitHub
co-authored by Kai Guo Jamon Holmgren
parent 89886c820d
commit 228f10d917
17 changed files with 1692 additions and 2460 deletions
-5
View File
@@ -37,11 +37,6 @@ App::App() noexcept
PackageProviders().Append(winrt::ReactNativeWebView::ReactPackageProvider());
InitializeComponent();
// This works around a cpp/winrt bug with composable/aggregable types tracked
// by 22116519
AddRef();
m_inner.as<::IUnknown>()->Release();
}