Skip to content

Commit

Permalink
Removed unused sticker input view component
Browse files Browse the repository at this point in the history
Summary:
This component was unused (internal only), no callsite --> deleting.

Changelog: [Internal]

Reviewed By: RSNara

Differential Revision: D37670499

fbshipit-source-id: df3105dbd5ba9c8ef4d4e69e024fc8ebe6c6ed5f
  • Loading branch information
fkgozali authored and facebook-github-bot committed Jul 7, 2022
1 parent 501e9b3 commit 649d3f0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class FabricComponents {
sComponentNames.put("TemplateView", "RCTTemplateView");
sComponentNames.put("AxialGradientView", "RCTAxialGradientView");
sComponentNames.put("Video", "RCTVideo");
sComponentNames.put("StickerInputView", "RCTStickerInputView");
sComponentNames.put("Map", "RCTMap");
sComponentNames.put("WebView", "RCTWebView");
sComponentNames.put("Keyframes", "RCTKeyframes");
Expand Down

0 comments on commit 649d3f0

Please sign in to comment.