-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
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: [email protected]
- Cross-platform modules:
- Android Runtime:
- iOS Runtime:
- Plugin(s):
Describe the bug
Changes are lost when start syncing on another Android device.
To Reproduce
- Create new app
tns run android
- make some changes
tns run android
on another device- The changes from step 3 are not applied on another device.
Expected behavior
The changes from step 3 should be applied on another device.
PR: #3983