NativeScript / nativescript-plugin-seed

Get started building NativeScript plugins quickly.
Apache License 2.0
102 stars 54 forks source link

Remove --emulator flags #172

Closed mudlabs closed 5 years ago

mudlabs commented 5 years ago

What is the current behavior?

Plugin demos executed with command npm run demo.<ios:android> are explicitly launch on an emulator, even if a "real" device is connected.

What is the new behavior?

The demo will be launched on the emulator if no device is connected, else on the device.

Closes #171