react-native
Version:
A framework for building native apps using React
22 lines (18 loc) • 486 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.
*
* @noformat
* @nolint
* @flow strict-local
* @generated SignedSource<<1dd9e9c3f20e37ae14e485fc6ee3d9e9>>
*
* This file was sync'd from the facebook/react repository.
*/
;
const ReactFeatureFlags = {
debugRenderPhaseSideEffects: false,
};
export default ReactFeatureFlags;