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