s/PullToRefresh/PullToRefreshView

Summary: Renames PullToRefresh to PullToRefreshView to correct a previous mistake so that this matches the Schema file

Reviewed By: cpojer

Differential Revision: D15960975

fbshipit-source-id: 575e526df2efdfa260f3cbbb4b0764998a91ade0
This commit is contained in:
Rick Hanlon 2019-06-24 04:55:24 -07:00 коммит произвёл Facebook Github Bot
Родитель aa89f908cb
Коммит 940a7d5a51
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,6 +43,6 @@ type NativeProps = $ReadOnly<{|
refreshing: WithDefault<boolean, false>,
|}>;
export default codegenNativeComponent<NativeProps>('PullToRefresh', {
export default codegenNativeComponent<NativeProps>('PullToRefreshView', {
paperComponentName: 'RCTRefreshControl',
});