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:
Oleksandr Melnykov
2019-12-03 09:07:38 -08:00
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 */