Skip to content

Commit d94d742

Browse files
authored
doc: Update README.md
1 parent 23be625 commit d94d742

File tree

1 file changed

+3
-3
lines changed
  • website/src/pages/docs/getting-started

1 file changed

+3
-3
lines changed

website/src/pages/docs/getting-started/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
项目基于 node,请确保已具备较新的 node 环境(>=12.0.0),推荐使用 node 版本管理工具 [nvm](https://github.com/creationix/nvm) 或者 [`n`](https://github.com/tj/n) 来管理 node,这样不仅可以很方便地切换 node 版本,而且全局安装时候也不用加 sudo 了。
55

6-
> ⚠️ [React Navigation](https://github.com/react-navigation/react-navigation) 6 至少需要 [react-native@0.63.0](https://github.com/facebook/react-native)。 如果您使用的是 Expo,则您的 SDK 版本需要至少为 41。
6+
> 🚧 [React Navigation](https://github.com/react-navigation/react-navigation) 6 至少需要 [react-native@0.63.0](https://github.com/facebook/react-native)。 如果您使用的是 Expo,则您的 SDK 版本需要至少为 41。
77
> 当前组件支持 [react-native@0.60.0](https://github.com/facebook/react-native) +
88
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
99
@@ -29,7 +29,7 @@ npx react-native init AwesomeTSProject --template react-native-template-typescri
2929
npx react-native init AwesomeProject --template @uiw/react-native-template
3030
```
3131

32-
> ⚠️ 注意:如果上述命令失败,您可能在您的 PC 上全局安装了旧版本的 react-native 或 react-native-cli。 尝试卸载 `cli` 并使用 `npx` 运行 cli。
32+
> 🚧 注意:如果上述命令失败,您可能在您的 PC 上全局安装了旧版本的 react-native 或 react-native-cli。 尝试卸载 `cli` 并使用 `npx` 运行 cli。
3333
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
3434
3535

@@ -39,7 +39,7 @@ npx react-native init AwesomeProject --template @uiw/react-native-template
3939
yarn add @uiw/react-native react-native-svg react-native-root-siblings @react-native-picker/picker
4040
```
4141

42-
> ⚠️ 注意:安装 @react-native-picker/picker,可能需要重新 pod install
42+
> 🚧 注意:安装 @react-native-picker/picker,可能需要重新 pod install
4343
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
4444
4545
## Basic Usage

0 commit comments

Comments
 (0)