mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Integrate RCTMap into Fabric on Android
Summary: This diff integrates RCTMap into Fabric on Android. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18762933 fbshipit-source-id: 6e3e02e0e8101f94fe0c6582e1a63a66fb2f70f9
This commit is contained in:
committed by
Facebook Github Bot
parent
f697836cfa
commit
8cb66e3202
@@ -37,6 +37,7 @@ public class FabricComponents {
|
||||
sComponentNames.put("AxialGradientView", "RCTAxialGradientView");
|
||||
sComponentNames.put("Video", "RCTVideo");
|
||||
sComponentNames.put("StickerInputView", "RCTStickerInputView");
|
||||
sComponentNames.put("Map", "RCTMap");
|
||||
}
|
||||
|
||||
/** @return the name of component in the Fabric environment */
|
||||
|
||||
Reference in New Issue
Block a user