mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4cb82501a3
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47714 changelog: [internal] Reviewed By: rshest Differential Revision: D66093340 fbshipit-source-id: 1db205d42d0570ab9c77ba0363ffac0d2dd81071
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,
|
|
};
|