fix(react-native): remove listDevices default value for run-android (#16410)
This commit is contained in:
parent
1743ff10ed
commit
9c9abaa098
@ -53,8 +53,7 @@
|
||||
},
|
||||
"listDevices": {
|
||||
"type": "boolean",
|
||||
"description": "Lists all available Android devices and simulators and let you choose one to run the app",
|
||||
"default": false
|
||||
"description": "Lists all available Android devices and simulators and let you choose one to run the app"
|
||||
},
|
||||
"binaryPath": {
|
||||
"type": "string",
|
||||
@ -93,7 +92,6 @@
|
||||
"activeArchOnly": {
|
||||
"type": "boolean",
|
||||
"description": "Build native libraries only for the current device architecture for debug builds.",
|
||||
"examples": ["x86_64", "arm64-v8a"],
|
||||
"default": false
|
||||
},
|
||||
"extraParams": {
|
||||
|
||||
@ -105,6 +105,6 @@ function createRunAndroidOptions(options: ReactNativeRunAndroidOptions) {
|
||||
return getCliOptions<ReactNativeRunAndroidOptions>(
|
||||
options,
|
||||
[...nxOptions, ...startOptions, ...deprecatedOptions],
|
||||
['appId', 'appIdSuffix']
|
||||
['appId', 'appIdSuffix', 'deviceId']
|
||||
);
|
||||
}
|
||||
|
||||
@ -53,8 +53,7 @@
|
||||
},
|
||||
"listDevices": {
|
||||
"type": "boolean",
|
||||
"description": "Lists all available Android devices and simulators and let you choose one to run the app",
|
||||
"default": false
|
||||
"description": "Lists all available Android devices and simulators and let you choose one to run the app"
|
||||
},
|
||||
"binaryPath": {
|
||||
"type": "string",
|
||||
@ -95,7 +94,6 @@
|
||||
"activeArchOnly": {
|
||||
"type": "boolean",
|
||||
"description": "Build native libraries only for the current device architecture for debug builds.",
|
||||
"examples": ["x86_64", "arm64-v8a"],
|
||||
"default": false
|
||||
},
|
||||
"extraParams": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user