Skip to content

Commit 70b087f

Browse files
Brenontthymikee
andauthored
docs: add doctor command at commands list (#1339)
* Add doctor command at commands list * Update docs/commands.md Co-authored-by: Michał Pierzchała <[email protected]>
1 parent 56a74c0 commit 70b087f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/commands.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ React Native CLI comes with following commands:
44

55
- [`bundle`](#bundle)
66
- [`config`](#config)
7+
- [`doctor`](#doctor)
78
- [`init`](#init)
89
- [`info`](#info)
910
- [`install`](#install)
@@ -137,6 +138,16 @@ react-native config
137138

138139
Output project and dependencies configuration in JSON format to stdout. Used by [autolinking](./autolinking.md).
139140

141+
### `doctor`
142+
143+
Usage:
144+
145+
```sh
146+
react-native doctor
147+
```
148+
149+
[EXPERIMENTAL] Diagnose and fix common Node.js, iOS, Android & React Native issues.
150+
140151
### `init`
141152

142153
> Available since 0.60.0

0 commit comments

Comments
 (0)