/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCommon/react/renderer/components/safeareaview/SafeAreaViewShadowNode.cpp
15 строк
390 B
generatedunixname537391475639613
xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/components/safeareaview/SafeAreaViewShadowNode.cpp (#53090)
06 авг 2025, 15:44
06 авг 2025, 15:44
fce9f68
Код
Авторство
О чём код?
/* * 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 "SafeAreaViewShadowNode.h" namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) const char SafeAreaViewComponentName[] = "SafeAreaView"; } // namespace facebook::react