Skip to content

Commit fee9510

Browse files
hoxyqfacebook-github-bot
authored andcommitted
refactor(ReactNative/Slider): moved iOS sources to internal (react#35365)
Summary: Pull Request resolved: react#35365 # Changelog: [iOS][Removed] - removed iOS sources of Slider module Reviewed By: NickGerleman Differential Revision: D41069547 fbshipit-source-id: 8faf96701f69e19074fafac45b1c95b939c2b1ac
1 parent 4c40014 commit fee9510

11 files changed

Lines changed: 3 additions & 631 deletions

File tree

BUCK

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ rn_apple_xplat_cxx_library(
522522
react_fabric_component_plugin_provider("ScrollView", "RCTScrollViewCls"),
523523
react_fabric_component_plugin_provider("PullToRefreshView", "RCTPullToRefreshViewCls"),
524524
react_fabric_component_plugin_provider("ActivityIndicatorView", "RCTActivityIndicatorViewCls"),
525-
react_fabric_component_plugin_provider("Slider", "RCTSliderCls"),
526525
react_fabric_component_plugin_provider("Switch", "RCTSwitchCls"),
527526
react_fabric_component_plugin_provider("UnimplementedNativeView", "RCTUnimplementedNativeViewCls"),
528527
react_fabric_component_plugin_provider("Paragraph", "RCTParagraphCls"),

React/Fabric/Mounting/ComponentViews/RCTFabricComponentsPlugins.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Class<RCTComponentViewProtocol> RCTSafeAreaViewCls(void) __attribute__((used));
3434
Class<RCTComponentViewProtocol> RCTScrollViewCls(void) __attribute__((used));
3535
Class<RCTComponentViewProtocol> RCTPullToRefreshViewCls(void) __attribute__((used));
3636
Class<RCTComponentViewProtocol> RCTActivityIndicatorViewCls(void) __attribute__((used));
37-
Class<RCTComponentViewProtocol> RCTSliderCls(void) __attribute__((used));
3837
Class<RCTComponentViewProtocol> RCTSwitchCls(void) __attribute__((used));
3938
Class<RCTComponentViewProtocol> RCTUnimplementedNativeViewCls(void) __attribute__((used));
4039
Class<RCTComponentViewProtocol> RCTParagraphCls(void) __attribute__((used));

React/Fabric/Mounting/ComponentViews/RCTFabricComponentsPlugins.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
{"ScrollView", RCTScrollViewCls},
2323
{"PullToRefreshView", RCTPullToRefreshViewCls},
2424
{"ActivityIndicatorView", RCTActivityIndicatorViewCls},
25-
{"Slider", RCTSliderCls},
2625
{"Switch", RCTSwitchCls},
2726
{"UnimplementedNativeView", RCTUnimplementedNativeViewCls},
2827
{"Paragraph", RCTParagraphCls},

React/Fabric/Mounting/ComponentViews/Slider/RCTSliderComponentView.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

React/Fabric/Mounting/ComponentViews/Slider/RCTSliderComponentView.mm

Lines changed: 0 additions & 352 deletions
This file was deleted.

0 commit comments

Comments
 (0)