mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 08:56:44 +00:00
906dde06b3
Reviewed By: bvaughn Differential Revision: D7565731 fbshipit-source-id: 91d76a11b7c91dab2fb3295418d1372ca9c1b572
14 lines
285 B
JavaScript
14 lines
285 B
JavaScript
/**
|
|
* 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.
|
|
*
|
|
* @providesModule FabricText
|
|
* @flow
|
|
* @format
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('Text');
|