Skip to content

Commit

Permalink
Remove Picker from OSS (#31772)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #31772

Changelog:[General][Removed] - Remove Picker iOS code

Reviewed By: p-sun

Differential Revision: D29124724

fbshipit-source-id: d3b3a409961cf04e2cd079a91986d30e3166dcda
  • Loading branch information
Luna Wei authored and facebook-github-bot committed Jul 8, 2021
1 parent 0b40fea commit cddb97a
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 825 deletions.

This file was deleted.

206 changes: 0 additions & 206 deletions React/Fabric/Mounting/ComponentViews/Picker/RCTPickerComponentView.mm

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Class<RCTComponentViewProtocol> RCTPullToRefreshViewCls(void) __attribute__((use
Class<RCTComponentViewProtocol> RCTActivityIndicatorViewCls(void) __attribute__((used));
Class<RCTComponentViewProtocol> RCTSliderCls(void) __attribute__((used));
Class<RCTComponentViewProtocol> RCTSwitchCls(void) __attribute__((used));
Class<RCTComponentViewProtocol> RCTPickerCls(void) __attribute__((used));
Class<RCTComponentViewProtocol> RCTUnimplementedNativeViewCls(void) __attribute__((used));
Class<RCTComponentViewProtocol> RCTParagraphCls(void) __attribute__((used));
Class<RCTComponentViewProtocol> RCTTextInputCls(void) __attribute__((used));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
{"ActivityIndicatorView", RCTActivityIndicatorViewCls},
{"Slider", RCTSliderCls},
{"Switch", RCTSwitchCls},
{"Picker", RCTPickerCls},
{"UnimplementedNativeView", RCTUnimplementedNativeViewCls},
{"Paragraph", RCTParagraphCls},
{"TextInput", RCTTextInputCls},
Expand Down
23 changes: 0 additions & 23 deletions React/Views/RCTPicker.h

This file was deleted.

122 changes: 0 additions & 122 deletions React/Views/RCTPicker.m

This file was deleted.

Loading

0 comments on commit cddb97a

Please sign in to comment.