/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCommon/react/renderer/css/CSSDummy.cpp
14 строк
684 B
Riccardo Cipolleschi
Add dummy cpp for renderercss (#49553)
20 фев 2025, 17:31
20 фев 2025, 17:31
0b67218
Код
Авторство
О чём код?
/* * 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. */ // This file is required for the CSS podpsec because this is a header-files only // module. Headers file only modules are not supported by Cocoapods when // building in dynamic framework mode. In that case, the dynamicFramework is not // generated because there is no binary to generate. This means that other // frameworks that depends on this will not find the headers they need. Adding a // simple empty dummy source file forces Cocoapods to generate the frameworks // and fixes the issue.