I would like to develop an app in Create React Native App in the environment where connecting from the Android device to the development server is not possible.
I have installed Android development tools on my laptop and the device is connected to it via USB. When I run npm run android
everything starts correctly as it should, Expo is opened in the device but then it ends with an errors:
Could not load exp://192.168.128.150:19000. Can't connect to internet. Please try again
Does this mean that I cannot use Create React Native app without network between the mobile device and the working computer ?