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: README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
This is a standalone app for debugging React Native apps:
10
10
11
-
* Based on official [Remote Debugger](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools) and provide more functionally.
12
-
* Includes [React Inspector](docs/react-devtools-integration.md) from [`react-devtools-core`](https://github.com/facebook/react-devtools/tree/master/packages/react-devtools-core).
13
-
* Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension).
11
+
- Based on official [Remote Debugger](https://facebook.github.io/react-native/docs/debugging.html#chrome-developer-tools) and provide more functionally.
12
+
- Includes [React Inspector](docs/react-devtools-integration.md) from [`react-devtools-core`](https://github.com/facebook/react-devtools/tree/master/packages/react-devtools-core).
13
+
- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension).
14
14
15
15
## Installation
16
16
@@ -26,21 +26,22 @@ This puts `React Native Debugger.app` in your `/applications/` folder.
-[Network inspect of Chrome Developer Tools](docs/network-inspect-of-chrome-devtools.md)
36
+
-[Enable open in editor in console](docs/enable-open-in-editor-in-console.md)
37
+
-[Config file in home directory](docs/config-file-in-home-directory.md)
38
+
-[Troubleshooting](docs/troubleshooting.md)
39
+
-[Contributing](docs/contributing.md)
39
40
40
41
## Credits
41
42
42
-
* Great work of [React DevTools](https://github.com/facebook/react-devtools)
43
-
* Great work of [Redux DevTools](https://github.com/gaearon/redux-devtools) / [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) and all third-party monitors.
43
+
- Great work of [React DevTools](https://github.com/facebook/react-devtools)
44
+
- Great work of [Redux DevTools](https://github.com/gaearon/redux-devtools) / [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) and all third-party monitors.
We have integrated for the [Apollo Client DevTools](https://github.com/apollographql/apollo-client-devtools) Chrome Extension, you can see the `Apollo` tab in Chrome Developer Tools:
4
+
5
+
<imgwidth="547"alt="screen shot 2019-02-01 at 1 51 27 pm"src="https://user-images.githubusercontent.com/3001525/52105143-8006fe00-2628-11e9-8276-09bdeb23e3b2.png">
6
+
7
+
For ensure it works, you must use Apollo Client ^2.0. (See [the documentation](https://github.com/apollographql/apollo-client-devtools#apollo-client-devtools))
0 commit comments