mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3c087fc81c
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52766 Changelog: [internal] Just a minor refactor so adding more logic that should work both at Meta and in OSS is easier in the next diff Reviewed By: christophpurrer Differential Revision: D78741904 fbshipit-source-id: 3abda5d5b7be157bf381e26dad2fd4b064a0f556
14 lines
347 B
JavaScript
14 lines
347 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 strict-local
|
|
* @format
|
|
*/
|
|
|
|
require('../../../../scripts/shared/babelRegister').registerForMonorepo();
|
|
|
|
module.exports = require('./globalSetup');
|