/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCommon/react/renderer/components/text/RawTextShadowNode.cpp
15 строк
382 B
generatedunixname537391475639613
xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/components/text/RawTextShadowNode.cpp (#53874)
22 сен 2025, 22:35
22 сен 2025, 22:35
34f7137
Код
Авторство
О чём код?
/* * 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. */ #include "RawTextShadowNode.h" namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char RawTextComponentName[] = "RawText"; } // namespace facebook::react