Thursday 3 December 2020

nativescript running code on a remote emulator

I'm developing a mobile app using Nativescript 6.5.x and Angular within a Debian VM. I have an emulator running on another machine.

Is there a way to tell the following command to run my code on my emulator on the remote machine

tns run android

Current work around is I mount my code directory on the remote machine and run the tns command over there. Problem with this work around is it breaks the 'Hot Module Replacement' so I have to reload the whole app everytime I change code.



from nativescript running code on a remote emulator

No comments:

Post a Comment