Integrate WebView into Fabric on Android

Summary:
This diff integrates WebView into Fabric on Android.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D19177933

fbshipit-source-id: 0586f2a44201ee867756e000923859a73ec68ab9
This commit is contained in:
Oleksandr Melnykov
2020-01-14 11:34:51 -08:00
committed by Facebook Github Bot
parent dbb7eacb42
commit 7c066ae952
@@ -38,6 +38,7 @@ public class FabricComponents {
sComponentNames.put("Video", "RCTVideo");
sComponentNames.put("StickerInputView", "RCTStickerInputView");
sComponentNames.put("Map", "RCTMap");
sComponentNames.put("WebView", "RCTWebView");
}
/** @return the name of component in the Fabric environment */