You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/learn/react-developer-tools.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Reload your website in the browser now to view it in developer tools.
54
54
55
55
## Mobile (React Native) {/*mobile-react-native*/}
56
56
57
-
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.
57
+
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.
58
58
59
59
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
0 commit comments