-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios device "websocket: connection error" #846
Comments
Comment by admmasters E |
Comment by chrismcleod @rohit-ravikoti If your internal ip address is 10.0.1.16: open your react native project with XCode and go to: got to the method - (void)setUp and (toward the top) change create storybook like this: start it like this: After making all the changes, I'd probably close all simulators, stop all packagers and close the app on the phone. |
Isn't there some more general approach? So that the whole team won't have to do that separately? |
I'm on project using CRNA, so XCode is not an option without ejecting. It would be great to have an alternative solution |
This would be amazing to have in some kind of build step when running the packager. |
Would any of you be able to open a PR for this @notgiorgi @Sonblind @chmaltsp ? |
@ndelangen I could give it a shot, but I'm unsure of how to inject into the local IP into |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
This is still an issue. I was able to fix with the suggestions, but it's not going to work as either a long-term fix, or a fix for a team of developers. |
Yeah this this issue isn't resolved, should be left open until resolved. The provided solution is an ugly workaround. |
this issue should remain open. until this is resolved I find it impractical to use storybook in an RN application. the "speed to development" promise of storybook is greatly reduced by this arduous and time consuming process. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
@benoitdion not sure if you've seen this... |
Currently you have an option to pass host as a param to getStorybookUI. It is a lot better solution than the one recommended here. Later on we could try to implement some screen to allow user to insert custom IP, but for now it should work. I am closing this issue and opening a feature request. |
Issue by rohit-ravikoti
Wednesday Feb 08, 2017 at 21:19 GMT
Originally opened as storybook-eol/react-native-storybook#122
Hi,
I'm not sure if this functionality is supported, but when I try to run the app on a real ios device, I get the following error:
The text was updated successfully, but these errors were encountered: