We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doctor
1 parent 56a74c0 commit 70b087fCopy full SHA for 70b087f
docs/commands.md
@@ -4,6 +4,7 @@ React Native CLI comes with following commands:
4
5
- [`bundle`](#bundle)
6
- [`config`](#config)
7
+- [`doctor`](#doctor)
8
- [`init`](#init)
9
- [`info`](#info)
10
- [`install`](#install)
@@ -137,6 +138,16 @@ react-native config
137
138
139
Output project and dependencies configuration in JSON format to stdout. Used by [autolinking](./autolinking.md).
140
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
151
### `init`
152
153
> Available since 0.60.0
0 commit comments