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
Now tns device android lists only android devices and tns device lists all devices. Following the logic we already have tns device android --available-devices which lists all available android emulator images, there should be tns device --available-devices to list all available android emulator images and iOS simulator images(on Mac).
Additional benefit of this will be the better visibility of --available-devices option, because currently you should call tns device ios --help to find it.
The text was updated successfully, but these errors were encountered:
Tell us about the problem
Now
tns device android
lists only android devices andtns device
lists all devices. Following the logic we already havetns device android --available-devices
which lists all available android emulator images, there should betns device --available-devices
to list all available android emulator images and iOS simulator images(on Mac).Additional benefit of this will be the better visibility of
--available-devices
option, because currently you should calltns device ios --help
to find it.The text was updated successfully, but these errors were encountered: