Integrate StickerInputView into Fabric on Android

Summary:
This diff integrates `StickerInputView` into Fabric on Android.

Changelog: [Internal]

Reviewed By: mdvacca, cpojer

Differential Revision: D18029223

fbshipit-source-id: 2e412b83f9af347e01606d526c04e13d1f2bfbb8
This commit is contained in:
Oleksandr Melnykov
2019-11-04 12:42:26 -08:00
committed by Facebook Github Bot
parent 8e55e9ab1b
commit 8d31e38966
@@ -36,6 +36,7 @@ public class FabricComponents {
sComponentNames.put("TemplateView", "RCTTemplateView");
sComponentNames.put("AxialGradientView", "RCTAxialGradientView");
sComponentNames.put("Video", "RCTVideo");
sComponentNames.put("StickerInputView", "RCTStickerInputView");
}
/** @return the name of component in the Fabric environment */