[react-native] Listen on all IPv6 interfaces
This commit is contained in:
parent
3d2413a38a
commit
7a8d39e09c
|
@ -219,5 +219,5 @@ function runServer(
|
|||
.use(connect.compress())
|
||||
.use(connect.errorHandler());
|
||||
|
||||
return http.createServer(app).listen(options.port, readyCallback);
|
||||
return http.createServer(app).listen(options.port, '::', readyCallback);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue