/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/react-native-fantom/runtime/mocks/ReactNativeInternalFeatureFlags.js
17 строк
443 B
Ruslan Lesiutin
Add `enableConditionalUseWarning` React feature flag (#57783)
03 авг 2026, 15:40
03 авг 2026, 15:40
2bb56dc
Код
Авторство
О чём код?
/** * 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 */ module.exports = { enableFragmentRefs: true, enableFragmentRefsInstanceHandles: true, enableFragmentRefsTextNodes: true, enableViewTransitionForPersistenceMode: true, enableConditionalUseWarning: true, };