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: versioned_docs/version-7.x/devtools.md
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ title: Developer tools
4
4
sidebar_label: Developer tools
5
5
---
6
6
7
+
import Tabs from '@theme/Tabs';
8
+
import TabItem from '@theme/TabItem';
9
+
7
10
Developer tools to make debugging easier when using React Navigation.
8
11
9
12
To use the developer tools, install [`@react-navigation/devtools`](https://github.com/react-navigation/react-navigation/tree/master/packages/devtools):
@@ -26,9 +29,38 @@ This hook provides integration with [Redux DevTools Extension](https://github.co
26
29
27
30
To use the hook, import it and pass a `ref` to the `NavigationContainer` as its argument:
0 commit comments