It's possible that the port the local IP is trying to use is occupied by Nginx or another server. You should verify this and, if that's the case, run the project on a different port
expo start --port 8082 o npx start --port 8082
expo start --port 8082
npx start --port 8082