/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/new-app-screen/src/index.js
13 строк
295 B
Alex Hunt
Redesign New App Screen and move to package (#50939)
28 апр 2025, 14:17
28 апр 2025, 14:17
3cf0102
Код
Авторство
О чём код?
/** * 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 */ import NewAppScreen from './NewAppScreen'; export {NewAppScreen};