Skip to content

Commit 2119647

Browse files
authored
Update _getting-started-linux-android.md
1 parent 44d6731 commit 2119647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cndocs/_getting-started-linux-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export PATH=$PATH:$ANDROID_HOME/emulator
110110
使用 React Native 内建的命令行工具来创建一个名为"AwesomeProject"的新项目。这个命令行工具不需要安装,可以直接用 node 自带的`npx`命令来使用:
111111

112112
```shell
113-
npx @react-native-community/clilatest init AwesomeProject
113+
npx @react-native-community/cli@latest init AwesomeProject
114114
```
115115

116116
如果你是想把 React Native 集成到现有的原生项目中,则步骤完全不同,请参考[集成到现有原生应用](integration-with-existing-apps.md)

0 commit comments

Comments
 (0)