/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.87.0
packages/react-native-popup-menu-android/package.json
56 строк
1 KB
React Native Bot
Release 0.87.0
11 авг 2026, 16:31
11 авг 2026, 16:31
4bc2473
Код
Авторство
О чём код?
{ "name": "@react-native/popup-menu-android", "version": "0.87.0", "description": "PopupMenu for the Android platform", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/react-native-popup-menu-android" }, "main": "index.js", "files": [ "js", "android", "react-native.config.js", "!android/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "keywords": [ "react-native", "android" ], "scripts": { "prepublishOnly": "node ./scripts/prepublish-popup-menu-android.js" }, "license": "MIT", "devDependencies": { "@react-native/codegen": "0.87.0" }, "peerDependencies": { "@types/react": "^19.1.0", "react": "*", "react-native": "0.87.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "nullthrows": "^1.1.1" }, "codegenConfig": { "name": "ReactPopupMenuAndroidSpecs", "type": "components", "jsSrcsDir": "js", "outputDir": { "android": "android" }, "includesGeneratedCode": true, "android": { "javaPackageName": "com.facebook.react.viewmanagers" } } }