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.
1 parent 5144544 commit 35cd1f1Copy full SHA for 35cd1f1
docs/init.md
@@ -13,7 +13,7 @@ npx react-native-community/cli@latest init ProjectName
13
## Installing `react-native` and invoking `init` command
14
15
```sh
16
-yarn init && yarn add react-native && yarn react-native init ProjectName
+yarn init && yarn add react-native-community/cli@latest && yarn react-native-community/cli@latest init ProjectName
17
```
18
19
## Initializing project with custom version of `react-native`
0 commit comments