2018-03-01 03:27:07 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*
|
2018-05-11 20:32:37 +00:00
|
|
|
* @format
|
2018-03-01 03:27:07 +00:00
|
|
|
* @flow
|
|
|
|
*/
|
2018-05-11 20:32:37 +00:00
|
|
|
|
2018-03-01 03:27:07 +00:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
// Not applicable to iOS.
|
|
|
|
module.exports = require('View');
|