Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 740
Jonathan Tuzman Avatar asked Mar 04 '23 05:03

Jonathan Tuzman


1 Answers

use this command expo start --offline

like image 119
praveen soni Avatar answered Mar 10 '23 10:03

praveen soni