Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.3.0
Cross-platform modules:
Android Runtime:
iOS Runtime: 5.2.0
Plugin(s):
VSCode:
Describe the bug
To Reproduce
tns create myTestApp --ts
Select launch on iOS configuration and add tnsArgs: ["--hmr"]
Make changes on .xml, .css files
Sometimes the messages from hmr are shown more than once
Environment Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
To Reproduce
tns create myTestApp --ts
launch on iOS
configuration and addtnsArgs: ["--hmr"]
.xml
,.css
filesExpected behavior
Sample project
Additional context