Add a comment about Live Reload

This commit is contained in:
Javier Bórquez 2015-03-28 21:30:47 -06:00
parent d83cd3ea65
commit 559c302094
1 changed files with 8 additions and 1 deletions

View File

@ -17,4 +17,11 @@ To debug the javascript code of your react app do the following:
5. You should now be able to debug as you normally would.
### Optional
Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension for Google Chrome. This will allow you to navigate the view hierarchy if you select the ```React``` tab when the developer tools are open.
Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) extension for Google Chrome. This will allow you to navigate the view hierarchy if you select the ```React``` tab when the developer tools are open.
## Live Reload.
To activate Live Reload do the following:
1. Run your application in the iOS simulator.
2. Press ```Control + Command + Z```.
3. You will now see the `Enable/Disable Live Reload`, `Reload` and `Enable/Disable Debugging` options.