Skip to content

Commit

Permalink
Merge pull request #1591 from Billydubb/patch-2
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
shilman authored Aug 4, 2017
2 parents ab45a9b + a091460 commit cac5401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/react-native/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ For RN apps:

Once your app is started, changing the selected story in web browser will update the story displayed within your mobile app.

If you are using Android and you get the following error after running the app: `'websocket: connection error', 'Failed to connect to localhost/127.0.0.1:7007'`, you have to forward the port 7007 on your device/emulator to port 7007 on your local machine with the following command:
`adb reverse tcp:7007 tcp:7007`

## Using Haul-cli

[Haul](https://github.com/callstack-io/haul) is an alternative to the react-native packager and has several advantages in that it allows you to define your own loaders, and handles symlinks better.
Expand Down

0 comments on commit cac5401

Please sign in to comment.