I just switched to Linux some days ago, and I'm setting up my development environment. I'm currently working with React Native and Expo. But I ran into a problem when running the command "npx expo start", when I'm in my house network the Expo Go App in my phone won't build the app, whereas when I'm with my mobile hotspot from my phone, it works perfect.
This happened to a friend of mine some months ago, I think it's related to the network's properties, I mean that it works with private networks, but it doesn't with public ones. But I don't know how to configure the connection from a Ubuntu-based linux distro PC.
I would appreciate the help.