diff --git a/src/content/learn/react-developer-tools.md b/src/content/learn/react-developer-tools.md index 43fc30d7..fb7833eb 100644 --- a/src/content/learn/react-developer-tools.md +++ b/src/content/learn/react-developer-tools.md @@ -74,7 +74,7 @@ react-devtools ======= ## 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)