Skip to content

Commit

Permalink
internalize Slider module (#35825)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #35825

Changelog:
[iOS][Removed] - removed Slider module
[Android][Removed] - removed Slider module

Reviewed By: cortinico

Differential Revision: D42394124

fbshipit-source-id: 92ba3bc50d16996a597148fa2f8178e6bd6d8eb7
  • Loading branch information
hoxyq authored and facebook-github-bot committed Jan 16, 2023
1 parent b40beeb commit 465e937
Show file tree
Hide file tree
Showing 45 changed files with 18 additions and 2,696 deletions.
2 changes: 0 additions & 2 deletions BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ rn_apple_xplat_cxx_library(
react_fabric_component_plugin_provider("ScrollView", "RCTScrollViewCls"),
react_fabric_component_plugin_provider("PullToRefreshView", "RCTPullToRefreshViewCls"),
react_fabric_component_plugin_provider("ActivityIndicatorView", "RCTActivityIndicatorViewCls"),
react_fabric_component_plugin_provider("Slider", "RCTSliderCls"),
react_fabric_component_plugin_provider("Switch", "RCTSwitchCls"),
react_fabric_component_plugin_provider("UnimplementedNativeView", "RCTUnimplementedNativeViewCls"),
react_fabric_component_plugin_provider("Paragraph", "RCTParagraphCls"),
Expand Down Expand Up @@ -563,7 +562,6 @@ rn_apple_xplat_cxx_library(
exported_deps = [
react_native_xplat_target("react/renderer/animations:animations"),
react_native_xplat_target("react/renderer/components/scrollview:scrollview"),
react_native_xplat_target("react/renderer/components/slider:slider"),
react_native_xplat_target("react/renderer/components/safeareaview:safeareaview"),
react_native_xplat_target("react/renderer/components/modal:modal"),
react_native_xplat_target("react/renderer/components/unimplementedview:unimplementedview"),
Expand Down
132 changes: 0 additions & 132 deletions Libraries/Components/Slider/Slider.d.ts

This file was deleted.

0 comments on commit 465e937

Please sign in to comment.