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/commands.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ React Native CLI comes with following commands:
22
22
23
23
> Available since 0.60.0
24
24
25
-
> **IMPORTANT**: Please note that this command is not available through `react-native-cli`, hence you need to either invoke it directly from `@react-native-community/cli`or `react-native` package which proxies binary to this CLI since 0.60.0, so it's possible to use it with e.g. `npx`.
25
+
> **IMPORTANT**: Please note that this command is not available through `react-native-cli`, hence you need to either invoke it directly from the `@react-native-community/cli` package which proxies binary to this CLI since 0.60.0, so it's possible to use it with e.g. `npx`.
26
26
27
27
Usage (with `npx`):
28
28
@@ -36,7 +36,7 @@ Initialize a new React Native project named <projectName> in a directory of the
36
36
37
37
#### `--version <string>`
38
38
39
-
Shortcut for `--template react-native@version`.
39
+
The version of React Native to use with the template.
40
40
41
41
#### `--directory <string>`
42
42
@@ -58,10 +58,12 @@ Uses a custom template. Accepts following template sources:
0 commit comments