Skip to content

Commit

Permalink
docs: Edit description of React DevTools.
Browse files Browse the repository at this point in the history
Adjust the descriptions of the external pages we link to,
as well as small bits of capitalization and wording.
  • Loading branch information
gnprice committed Jan 27, 2020
1 parent 55b0f96 commit 7afe4c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/howto/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ See also [in the "Troubleshooting" section below](#debug-remotely-never-loads).

<div id="react-devtools">

## React Devtools
## React DevTools

The standalone version of React DevTools, which is an electron app, can be used
to debug the react-native component hierarchy. Refer to
[the docs][react-devtools-docs] for instructions on usage with React Native.
The standalone version of the React Developer Tools, an Electron app,
can be used to debug the React component hierarchy in our app. See
[RN's docs][rn-react-devtools] on how to use it with RN.

As of 2020-01, the latest version of react-devtools (v4) does not support any
released version of React Native, and v3 needs to be installed. This can be
done using the command `yarn global add react-devtools@3`. See
[this blog post][reactjs-blog-post] for complete compatibility information.
As of 2020-01, the latest version (v4) of React DevTools does not
support any released version of React Native; see [its release
notes][react-devtools-v4]. Instead, install v3 with the command
`yarn global add react-devtools@3`.

[react-devtools-docs]: https://facebook.github.io/react-native/docs/debugging.html#react-developer-tools
[reactjs-blog-post]: https://reactjs.org/blog/2019/08/15/new-react-devtools.html#which-versions-of-react-are-supported
[rn-react-devtools]: https://facebook.github.io/react-native/docs/debugging.html#react-developer-tools
[react-devtools-v4]: https://reactjs.org/blog/2019/08/15/new-react-devtools.html


<div id="reactotron" />
Expand Down

0 comments on commit 7afe4c0

Please sign in to comment.