You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
listDevices option of the run-android executor in the React Native package is a flag and it doesn't accept a boolean value, e.g. --list-devices false doesn't skip listing devices. Currently, listDevices set to false by default, so there isn't a way to disable this option because it is always passed to the React Native CLI. The executor asks to select a device every time when I run this command.
Expected Behavior
listDevices should be optional in schema.json, so the device selection step can be skipped.
GitHub Repo
No response
Steps to Reproduce
create a NX project with React Native
execute nx run project:run-android
observe that the device selection is required despite the fact that it is false in the schema.
Current Behavior
listDevices
option of therun-android
executor in the React Native package is a flag and it doesn't accept a boolean value, e.g.--list-devices false
doesn't skip listing devices. Currently, listDevices set tofalse
by default, so there isn't a way to disable this option because it is always passed to the React Native CLI. The executor asks to select a device every time when I run this command.Expected Behavior
listDevices
should be optional in schema.json, so the device selection step can be skipped.GitHub Repo
No response
Steps to Reproduce
nx run project:run-android
false
in the schema.Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: