mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
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:
co-authored by
Kai Guo
Jamon Holmgren
parent
89886c820d
commit
228f10d917
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user