Please provide the following:
- SDK Version: 39
- Platforms(Android/iOS/web/all): Android
I want to run my project on an actual device without having the need to connect my phone on a wifi network where my computer is also connected on. So I tried expo start --android --offline
(also tried adding --dev
), It runs but the app closes after opening the Menu and choosing “Debug JS Remotely”. I want to debug over the usb cable and not through the Wifi network because our company’s machines are only wired and we wifi is not available/allowed.