mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
93f9d8dd6b
commit
e6fc20ee68
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user