Open
Description
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: 6.0.3
Describe the bug
When you uninstall an app from a device and make a change, you will see that last hot update is missing and the app will install its initial state.
To Reproduce
tns create app --js
tns run android
- make changes and already works properly
- uninstall app from device
- make a change and you will see initial state of an app will be installed
Expected behavior
should work correctly