Rename PullToRefreshLayoutAndroid -> PullToRefreshViewAndroid

Summary:
The naming "Layout" is an Android-specific thing and not useful in JS. Let's stay consistent with naming like "ScrollView", "MapView" etc.

public

Reviewed By: bestander

Differential Revision: D2723163

fb-gh-sync-id: 6b86e5a649254c41e9d6b0ef6f1fe2ff4b9f3e9a
This commit is contained in:
Martin Konicek
2015-12-07 08:28:45 -08:00
committed by facebook-github-bot-7
parent 02ded6d0bb
commit 611e0619ca
5 changed files with 14 additions and 14 deletions

View File

@@ -0,0 +1,13 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule PullToRefreshViewAndroid
*/
'use strict';
module.exports = require('UnimplementedView');