futurepress / react-native-static-server

HTTP static file server for React Native
MIT License
360 stars 183 forks source link

Creating Static Server Offline #55

Closed elmbrent closed 5 years ago

elmbrent commented 5 years ago

Been using your plugin for a while and love it, but I've ran into a big problem. When all internet / wifi has been turned on I cannot start the server.

Error: StaticServer could not start

Any ideas how I can get around this?

Thanks

elmbrent commented 5 years ago

{localOnly: true} added this flag and fixed issue. Thanks