Skip to content
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

docs/how-to-connect-to-local-server #35

Closed
imranariffin opened this issue Feb 12, 2019 · 0 comments
Closed

docs/how-to-connect-to-local-server #35

imranariffin opened this issue Feb 12, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@imranariffin
Copy link
Member

I just found a way to connect to local server: storybook-eol/react-native-storybook#107

I will add an instruction to README.md something like the following

  1. Assume local server is running on ws://localhost:8080 (see hooligram-server README on how to run server locally)
  2. set API_HOST=ws://localhost:8080 in .env file
  3. run emulator
  4. adb tcp:8080 tcp:8080
  5. yarn android
  6. check out the redux logger and you should see API_INIT_SUCCESS is being logged
@imranariffin imranariffin added the enhancement New feature or request label Feb 12, 2019
@imranariffin imranariffin self-assigned this Feb 12, 2019
@cglotr cglotr closed this as completed Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants