mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
ddbfe24c3b
commit
beae6d6fa0
@@ -45,5 +45,5 @@ type NativeProps = $ReadOnly<{|
|
||||
|}>;
|
||||
|
||||
export default (codegenNativeComponent<NativeProps>('PullToRefreshView', {
|
||||
paperComponentNameDeprecated: 'RCTRefreshControl',
|
||||
paperComponentName: 'RCTRefreshControl',
|
||||
}): HostComponent<NativeProps>);
|
||||
|
||||
Reference in New Issue
Block a user