Skip to content

Commit

Permalink
Keyframes is not implemented in Fabric Android
Browse files Browse the repository at this point in the history
Summary:
Implement Keyframes in Fabric Android

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D21952500

fbshipit-source-id: 6ba3af1afea227d58b6b12c1be629698d309a04d
  • Loading branch information
luluwu2032 authored and facebook-github-bot committed Jun 17, 2020
1 parent 93f9d8d commit e6fc20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-codegen/DEFS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e6fc20e

Please sign in to comment.