mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9f0903780b
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52706 This just prepares the repo for the next branch cut. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D78558445 fbshipit-source-id: 2132d560dad447b3685874438387a519587f8554
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/popup-menu-android",
|
|
"version": "0.82.0-main",
|
|
"description": "PopupMenu for the Android platform",
|
|
"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.82.0-main"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^19.1.0",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|