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 */
|
||||
|
||||
@@ -166,6 +166,7 @@ def rn_codegen_components(
|
||||
srcs = [":{}".format(copy_generated_java_files)],
|
||||
out = "{}.src.zip".format(zip_generated_java_files),
|
||||
visibility = ["PUBLIC"],
|
||||
labels = ["codegen_rule"],
|
||||
)
|
||||
|
||||
fb_native.genrule(
|
||||
|
||||
Reference in New Issue
Block a user