react-nativeexpo

Develop in React Native with Expo without Wifi


I've been working on an app in React Native, using Expo to see my work. I'm about to go somewhere with no reliable wifi and I want to know if there's a way to work on my app and see my results in Expo (or elsewhere perhaps) without internet. I've seen a few things online about offline support but I'm not sure they're talking about what I'm looking for (I'm not looking to distribute my app to anyone, I'm just working on it in early development).

Thanks.


Solution

  • I've figured this out: on the browser page that launches when you run expo start, there's a control for "Connection". Switch it to "Local" for web-less developing!