Skip to content

Commit

Permalink
Fix React Native DevTools link (#7386)
Browse files Browse the repository at this point in the history
  • Loading branch information
rammba authored Dec 24, 2024
1 parent 6ae99dd commit b1a249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Reload your website in the browser now to view it in developer tools.

## Mobile (React Native) {/*mobile-react-native*/}

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.
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/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.

[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)

Expand Down

0 comments on commit b1a249d

Please sign in to comment.