Skip to content

Commit

Permalink
Implement AxialGradientView in Fabric Android
Browse files Browse the repository at this point in the history
Summary: This diff integreates AxialGradientView in Fabric Android

Reviewed By: shergin

Differential Revision: D14631690

fbshipit-source-id: 54785466ab4cd7251c6667c8dc12d69d9d194832
  • Loading branch information
mdvacca authored and facebook-github-bot committed Apr 4, 2019
1 parent 2777c65 commit da44010
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
sComponentNames.put("ActivityIndicatorView", "AndroidProgressBar");
sComponentNames.put("ShimmeringView", "RKShimmeringView");
sComponentNames.put("TemplateView", "RCTTemplateView");
sComponentNames.put("AxialGradientView", "RCTAxialGradientView");
}

private Binding mBinding;
Expand Down

0 comments on commit da44010

Please sign in to comment.