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
Implement deploy command for all platforms. It should deploy the built application on all connected devices or emulators\simulators.
If the --device option is specified it should deploy only to the connected devices.
If the --emulator option is specific it should deploy only to the target emulator. If there is no running emulator it should be launched and then deployed to.
The text was updated successfully, but these errors were encountered:
If modules, targeting multiple platforms exist, they should be converted to the specific platform only.
Mistake! This should be done by the prepare command...
Implement deploy command for all platforms. It should deploy the built application on all connected devices or emulators\simulators.
If the
--device
option is specified it should deploy only to the connected devices.If the
--emulator
option is specific it should deploy only to the target emulator. If there is no running emulator it should be launched and then deployed to.The text was updated successfully, but these errors were encountered: