-
-
Notifications
You must be signed in to change notification settings - Fork 197
tns run command refreshes both platforms #3359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @erkanarslan, This is expected behaviour. While you starting the second Regarding that, it would help if you provide some more info about the case and why you think that this is a bug? |
@tsonevn This is not what I meant. I run Then, if I stop |
Hi @erkanarslan , This behavior is known and expected. The reason is that when you start |
Thanks for your response. This shouldn't be an expected behavior. Why does a watcher need to change file dates? Only we should change them and watchers should just watch and refresh. |
Hi @erkanarslan, |
@Plamen5kov I didn't know that and didn't see it in the documentation. I will try it. Thanks |
Hi @erkanarslan, The documentation is already fixed so I'm closing this issue. Fell free to reopen it and/or open an another issue in case you have some problems. |
Did you verify this is a real problem by searching the [NativeScript Forum]
Yes
Tell us about the problem
I usually work on both iOS and Android devices. Both devices work at the same time. If I run
tns run android
command without making any changes to the code, iOS app is also refreshed. Opposite of this is also true.Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Start an iOS or an Android device/simulator. While it is working, open another terminal and run
tns run
for other platform. Other one is also refreshed without any code change.The text was updated successfully, but these errors were encountered: