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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
Hi, there was an error on the Android platform, working on the iOS.
Error message is " websocket: connection error", "Failed to connect to localhost/127.0.0.1:7007".
npm i -g getstorybook
cd my-react-app
getstorybook
react-native 0.31.0
getstorybook 1.6.1
The text was updated successfully, but these errors were encountered:
It happens because localhost in the android device does not point to the host machine. This command will tunnel data from Android device to host machine for that port. The iOS simulator does this automatically
Hi, there was an error on the Android platform, working on the iOS.
Error message is " websocket: connection error", "Failed to connect to localhost/127.0.0.1:7007".
react-native 0.31.0
getstorybook 1.6.1
The text was updated successfully, but these errors were encountered: