/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-native-popup-menu-android/index.js
12 строк
344 B
Ramanpreet Nara
Pull PopupMenuAndroid out of React Native core
24 фев 2024, 03:43
24 фев 2024, 03:43
8bced4b
Код
Авторство
О чём код?
/** * 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 {default} from './js/PopupMenuAndroid'; export type {PopupMenuAndroidInstance} from './js/PopupMenuAndroid';