Can you run Expo on a remote host?

Is it possible to use Expo on a remote host (AWS for example) and still debug the same way as you would on local?

I’m not exactly sure what you’re asking. Do you want to run exp on a server somewhere?

Sorry I wasn’t clear.

So if I spin up a VM on AWS and initiate an exp project on that VM, can I still debug using my phone somehow?

Yes, you could do that as long as you’re using the tunnel url that exp provides. It’s going to be slow, so wouldn’t recommended it in most situations.