/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/Libraries/Renderer/shims/ReactFeatureFlags.js
21 строка
486 B
Riccardo Cipolleschi
Sync React 19.2 into React Native (#54109)
10 окт 2025, 21:44
10 окт 2025, 21:44
6f48270
Код
Авторство
О чём код?
/** * 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. */ 'use strict'; const ReactFeatureFlags = { debugRenderPhaseSideEffects: false, }; export default ReactFeatureFlags;