Revert D17456225: [RN] RCTRefreshControl was renamed to PullToRefreshView (for Paper)

Differential Revision:
D17456225

Original commit changeset: a8db99ddd507

fbshipit-source-id: 3186d76de13cccc21619702a1ad07842a4788b15
This commit is contained in:
Valentin Shergin
2019-10-15 07:11:53 -07:00
committed by Facebook Github Bot
parent ddbfe24c3b
commit beae6d6fa0
2 changed files with 2 additions and 2 deletions
@@ -45,5 +45,5 @@ type NativeProps = $ReadOnly<{|
|}>;
export default (codegenNativeComponent<NativeProps>('PullToRefreshView', {
paperComponentNameDeprecated: 'RCTRefreshControl',
paperComponentName: 'RCTRefreshControl',
}): HostComponent<NativeProps>);