mirror of
https://github.com/status-im/react-native.git
synced 2025-01-23 16:00:37 +00:00
b06b7ae609
Reviewed By: steveluscher Differential Revision: D3554045 fbshipit-source-id: c55bcecec7ce72def932d2dc37689283f2831bf4
15 lines
398 B
JavaScript
15 lines
398 B
JavaScript
/**
|
|
* Copyright (c) 2016-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 React
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('react/lib/React');
|