You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use wifi to sent bundle, in Dev settings, I set Debug server host to 10.0.0.90:8081, and bundle was sent. But socket seems still try to connecting 127.0.0.1:7007.
I think socket should read Dev setting, and try to connect 10.0.0.90:7007 if I have set it.
Saturday Dec 17, 2016 at 07:06 GMT
Originally opened as storybook-eol/react-native-storybook#116
I use wifi to sent bundle, in Dev settings, I set Debug server host to 10.0.0.90:8081, and bundle was sent. But socket seems still try to connecting 127.0.0.1:7007.
I think socket should read Dev setting, and try to connect 10.0.0.90:7007 if I have set it.
Seems running "storybook start -h 10.0.0.90 -p 7007" can't help.
The text was updated successfully, but these errors were encountered: