Skip to content

Commit

Permalink
Update troubleshooting doc (#353)
Browse files Browse the repository at this point in the history
* Update troubleshooting doc with tethered iOS info

* fix filename
  • Loading branch information
derekgreenberg authored and skellock committed Mar 7, 2017
1 parent 031603b commit 1dd8d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Either upgrade to NPM 3 or teach me how to fix this! It must be possible! Help

If you have tethered an iOS device to your development machine and have deployed your React Native app (in DEBUG mode) to the device, Reactotron needs to know the host of the machine in order to connect.

Go to the file in your React Native app that configures Reactotron. This file is named "Reactotron.config". Uncomment the 'host' line under `.configure` and set it to the ip address of your host machine. Don't forget to add a comma after this line!
Go to the file in your React Native app that configures Reactotron. This file is named "ReactotronConfig.js". Uncomment the 'host' line under `.configure` and set it to the ip address of your host machine. Don't forget to add a comma after this line!

The configuration should look something like this:

Expand Down

0 comments on commit 1dd8d53

Please sign in to comment.