-
-
Notifications
You must be signed in to change notification settings - Fork 197
Application restarts on changes in .xml file when debugging #2992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @vtrifonov , |
Yes, that's what I expect. The behaviour to be the same as when using |
The new behavior will be available in The behavior of It should support the following use cases:
|
When I start
tns debug ios
or
tns debug android
with a brand new application created with the following command:
tns create HelloWorld --template nativescript-template-tutorial
and make changes in the .xml file the application restarts in the emulator, which I thing is not expected since I'm not changing the javascript files.
I'm using the currently latest version 3.1.2.
The text was updated successfully, but these errors were encountered: