Eject Expo project on my virtual machine

I’m using expo for my react native project, and till now i’m using my actual machine to run and lunch the localhost, everything is working fine. So now i made a virtual machine where i installed expo again and copied my project in there,in order to eject my project only on the virtual machine , and keep it non ejected on the real machine. the problem is when i run “expo start” on my virtual machine i got this:


as you can see its written"logged in as …", so i’m afraid if i made some changes on my vm it will affect also the real project and can’t inject it back. is there a way to avoid this? and what could you advice me to do? I’m new to react native.thanks for you answers

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.