Skip to content

Commit

Permalink
Revert D17456225: [RN] RCTRefreshControl was renamed to PullToRefresh…
Browse files Browse the repository at this point in the history
…View (for Paper)

Differential Revision:
D17456225

Original commit changeset: a8db99ddd507

fbshipit-source-id: 3186d76de13cccc21619702a1ad07842a4788b15
  • Loading branch information
shergin authored and facebook-github-bot committed Oct 15, 2019
1 parent ddbfe24 commit beae6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ type NativeProps = $ReadOnly<{|
|}>;

export default (codegenNativeComponent<NativeProps>('PullToRefreshView', {
paperComponentNameDeprecated: 'RCTRefreshControl',
paperComponentName: 'RCTRefreshControl',
}): HostComponent<NativeProps>);
2 changes: 1 addition & 1 deletion React/Views/RCTRefreshControlManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

@implementation RCTRefreshControlManager

RCT_EXPORT_MODULE(PullToRefreshView)
RCT_EXPORT_MODULE()

- (UIView *)view
{
Expand Down

0 comments on commit beae6d6

Please sign in to comment.