mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
07d9cf3ed0
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49565 Original commit changeset: 6ed54f0fab45 Original Phabricator Diff: D69473992 Changelog: [Internal] Reviewed By: rubennorte Differential Revision: D69924542 fbshipit-source-id: 6438d1f6e21728de662a060893b0f08f9285be73
15 lines
321 B
JavaScript
15 lines
321 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
|
|
* @oncall react_native
|
|
*/
|
|
|
|
module.exports = {
|
|
enableFabricCompleteRootInCommitPhase: true,
|
|
};
|