mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3ae9328571
Summary: While testing I notice that `types/react` was not updated in some peer depencies ## Changelog: [GENERAL] [CHANGED] - Bump types/react to 19.1 Pull Request resolved: https://github.com/facebook/react-native/pull/52059 Test Plan: CI should be green Reviewed By: christophpurrer Differential Revision: D76763084 Pulled By: sbuggay fbshipit-source-id: c078c03aa57ca04040c64986dd7957da8a6f2c2d
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/popup-menu-android",
|
|
"version": "0.80.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.80.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"
|
|
}
|
|
}
|
|
}
|