mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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 */
|
||||
|
||||
Reference in New Issue
Block a user