Skip to content

Commit

Permalink
Merge pull request #74 from reactjs/sync-3b02f828
Browse files Browse the repository at this point in the history
Sync with react.dev @ 3b02f82
  • Loading branch information
harshilparmar authored Dec 25, 2024
2 parents a090728 + 1f9d65b commit 57f2601
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions src/content/learn/react-developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,9 @@ Reload your website in the browser now to view it in developer tools.
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)

## Mobile (React Native) {/*mobile-react-native*/}
React Developer Tools can be used to inspect apps built with [React Native](https://reactnative.dev/) as well.

The easiest way to use React Developer Tools is to install it globally:
```bash
# Yarn
yarn global add react-devtools

# Npm
npm install -g react-devtools
```

Next open the developer tools from the terminal.
```bash
react-devtools
```

It should connect to any local React Native app that's running.
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection.

> Try reloading the app if developer tools doesn't connect after a few seconds.
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)

[Learn more about debugging React Native.](https://reactnative.dev/docs/debugging)
> For versions of React Native earlier than 0.76, please use the standalone build of React DevTools by following the [Safari and other browsers](#safari-and-other-browsers) guide above.

0 comments on commit 57f2601

Please sign in to comment.