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 44d6731 commit 2119647Copy full SHA for 2119647
cndocs/_getting-started-linux-android.md
@@ -110,7 +110,7 @@ export PATH=$PATH:$ANDROID_HOME/emulator
110
使用 React Native 内建的命令行工具来创建一个名为"AwesomeProject"的新项目。这个命令行工具不需要安装,可以直接用 node 自带的`npx`命令来使用:
111
112
```shell
113
-npx @react-native-community/clilatest init AwesomeProject
+npx @react-native-community/cli@latest init AwesomeProject
114
```
115
116
如果你是想把 React Native 集成到现有的原生项目中,则步骤完全不同,请参考[集成到现有原生应用](integration-with-existing-apps.md)。
0 commit comments