/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/react-native-fantom/tester/src/render/RenderFormatOptions.h
15 строк
359 B
Andrew Datsenko
Move fantom into OSS (#52201)
24 июн 2025, 17:24
24 июн 2025, 17:24
252e134
Код
Авторство
О чём код?
/* * 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. */ #pragma once namespace facebook::react { struct RenderFormatOptions { bool includeRoot{false}; bool includeLayoutMetrics{false}; }; } // namespace facebook::react