mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3ddf509924
Summary: Original commit changeset: 6bec706c639f Original Phabricator Diff: D56839521 Changelog: [Internal] Reviewed By: robhogan Differential Revision: D57052476 fbshipit-source-id: 7c598f43b23959f1accf555be38abc95e4ef35fd
21 lines
451 B
JavaScript
21 lines
451 B
JavaScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @flow
|
|
* @format
|
|
* @oncall react_native
|
|
*/
|
|
|
|
/*::
|
|
export type * from './index.flow';
|
|
*/
|
|
|
|
if (!process.env.BUILD_EXCLUDE_BABEL_REGISTER) {
|
|
require('../../../scripts/build/babel-register').registerForMonorepo();
|
|
}
|
|
|
|
module.exports = require('./index.flow');
|