mirror of
https://github.com/status-im/react-native.git
synced 2025-01-21 06:49:39 +00:00
37f81341a0
Reviewed By: mkonicek Differential Revision: D2679605 fb-gh-sync-id: 7f3e7384b37f29002ddd8cb7a4567fa96c76f047
14 lines
422 B
JavaScript
14 lines
422 B
JavaScript
/**
|
|
* 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 PullToRefreshLayoutAndroid
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('UnimplementedView');
|