Keyframes is not implemented in Fabric Android

Summary:
Implement Keyframes in Fabric Android

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D21952500

fbshipit-source-id: 6ba3af1afea227d58b6b12c1be629698d309a04d
This commit is contained in:
Lulu Wu
2020-06-17 15:23:13 -07:00
committed by Facebook GitHub Bot
parent 93f9d8dd6b
commit e6fc20ee68
2 changed files with 2 additions and 0 deletions
@@ -39,6 +39,7 @@ public class FabricComponents {
sComponentNames.put("StickerInputView", "RCTStickerInputView");
sComponentNames.put("Map", "RCTMap");
sComponentNames.put("WebView", "RCTWebView");
sComponentNames.put("Keyframes", "RCTKeyframes");
}
/** @return the name of component in the Fabric environment */