NativeScript / NativeScript/nativescript-cli
if you uninstall app from device and change something, you will see initial state of app
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
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 --jstns 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with tns create app --js and tns run android, then compare hot update behavior before and after uninstalling the app and making another change. Done means the changed state is installed after the app is reinstalled instead of the initial state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript
- Domain
- cli, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100