/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/Libraries/Components/Switch/SwitchNativeComponent.js
12 строк
412 B
Jakub Piasecki
Update how native specs are reexported (#51799)
06 июн 2025, 13:19
06 июн 2025, 13:19
4dcf76a
Код
Авторство
О чём код?
/** * 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 */ export * from '../../../src/private/specs_DEPRECATED/components/SwitchNativeComponent'; export {default} from '../../../src/private/specs_DEPRECATED/components/SwitchNativeComponent';