From 74600b3f119d78160b74dc5c26e32d193b2bf207 Mon Sep 17 00:00:00 2001 From: Sunny Luo Date: Tue, 10 Sep 2024 13:38:16 +0800 Subject: [PATCH] Update _getting-started-macos-android.md --- .../version-0.75/_getting-started-macos-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnwebsite/versioned_docs/version-0.75/_getting-started-macos-android.md b/cnwebsite/versioned_docs/version-0.75/_getting-started-macos-android.md index f36155b7ddb..9ffc6f97b34 100644 --- a/cnwebsite/versioned_docs/version-0.75/_getting-started-macos-android.md +++ b/cnwebsite/versioned_docs/version-0.75/_getting-started-macos-android.md @@ -128,7 +128,7 @@ export PATH=$PATH:$ANDROID_HOME/platform-tools > **必须要看的注意事项**:请`不要`单独使用常见的关键字作为项目名(如 class, native, new, package 等等)。请`不要`使用与核心模块同名的项目名(如 react, react-native 等)。请`不要`在目录、文件名中使用中文、空格等特殊符号。 ```shell -npx @react-native-community/clilatest init AwesomeProject +npx @react-native-community/cli@latest init AwesomeProject ``` 如果你是想把 React Native 集成到现有的原生项目中,则步骤完全不同,请参考[集成到现有原生应用](integration-with-existing-apps.md)。