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: docs/getting-started.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
Just these steps let you start RNDebugger out of box:
4
4
5
-
* Make sure all debugger clients of React Native are closed, usually are `http://localhost:<port>/debugger-ui`
6
-
* Make sure RNDebugger is open and wait state.
7
-
* RNDebugger will try connect to debugger proxy, use port `8081` by default, you can new debugger window (macOS: `Command+T`, Linux/Windows: `Ctrl+T`) to specify the port if you want.
8
-
* Enable `Debug JS Remotely` of [developer menu](https://facebook.github.io/react-native/docs/debugging.html#accessing-the-in-app-developer-menu) on your app
5
+
- Make sure all debugger clients of React Native are closed, usually are `http://localhost:<port>/debugger-ui`
6
+
- Make sure RNDebugger is open and wait state.
7
+
- RNDebugger will try connect to debugger proxy, use port `8081` by default, you can new debugger window (macOS: `Command+T`, Linux/Windows: `Ctrl+T`) to specify the port if you want.
8
+
- Enable `Debug JS Remotely` of [developer menu](https://facebook.github.io/react-native/docs/debugging.html#accessing-the-in-app-developer-menu) on your app
9
9
10
10
## Launch by CLI or React Native packager (`macOS` only)
11
11
@@ -31,14 +31,14 @@ Special case of Expo (CRNA):
31
31
$ REACT_DEBUGGER="unset ELECTRON_RUN_AS_NODE && open -g 'rndebugger://set-debugger-loc?port=19001' ||" npm start
32
32
```
33
33
34
-
__*NOTE*__ Currently the `REACT_DEBUGGER` env doesn't work with Haul bundler, please tracking [issue #141](https://github.com/jhen0409/react-native-debugger/issues/141).
34
+
**_NOTE_** Currently the `REACT_DEBUGGER` env doesn't work with Haul bundler, please tracking [issue #141](https://github.com/jhen0409/react-native-debugger/issues/141).
35
35
36
36
### Use [`react-native-debugger-open`](../npm-package)
37
37
38
38
If you don‘t care to add a dependency, you can use the package, it can help to:
39
39
40
-
* Replace `open debugger-ui with Chrome` to `open React Native Debugger` in react-native packager, saving you from closing the debugger-ui page everytime it automatically opens :)
41
-
* Detect react-native packager port then send to the app, if you launch packager with custom `--port` or use Expo, this will be very useful
40
+
- Replace `open debugger-ui with Chrome` to `open React Native Debugger` in react-native packager, saving you from closing the debugger-ui page everytime it automatically opens :)
41
+
- Detect react-native packager port then send to the app, if you launch packager with custom `--port` or use Expo, this will be very useful
42
42
43
43
### What about Linux / Windows support?
44
44
@@ -54,23 +54,23 @@ Use the same API as [`redux-devtools-extension`](https://github.com/zalmoxisus/r
0 commit comments