NativeScript / NativeScript/nativescript-cli

if you uninstall app from device and change something, you will see initial state of app

Open
#4,920 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. tns create app --js
  2. tns run android
  3. make changes and already works properly
  4. uninstall app from device
  5. make a change and you will see initial state of an app will be installed

Expected behavior
should work correctly

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.