mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
eccbf9b5cb
Summary: Changelog: [internal] This change had to be reverted because it caused some issues internally at Facebook. After we solved those we re-applied the changes but this also has issues in OSS apps. Specifically, the option in Metro to inject modules to execute before the EntryPoint (in this case `InitializeCore`) doesn't work if those modules aren't part of the bundle in the first place. This reverts again so we can think about a long-term solution for this. Original commit changeset: ba145a30ead5 Reviewed By: ShikaSD Differential Revision: D31825736 fbshipit-source-id: 393b3d5d2a726951a9ac386dc2b1c19ef4a916a5
12 lines
259 B
JavaScript
12 lines
259 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
* @flow strict-local
|
|
*/
|
|
|
|
import '../Core/InitializeCore';
|