Skip to content

Commit

Permalink
website: update environment-setup/android document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 8, 2021
1 parent b6cd0d4 commit 3cc9931
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/src/pages/docs/environment-setup/android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ npx react-native init AwesomeProject --template @uiw/react-native-template

![](./9.png)

> 🚧 注意:如果您是 `MacBook M1`<!--rehype:style=color: #e00000;-->,你需要下载 `arm64` 镜像。
> 🚧 注意:如果您是 `MacBook M1`<!--rehype:style=color: #e00000;-->,你需要下载 `arm64` 镜像,以下是最新版本的配置方法
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
![](./8.png)
![](./11.png)

单击 `Next`,然后单击 `Finish` 以创建您的 AVD。 此时,您应该可以单击 AVD 旁边的绿色三角形按钮来启动它,然后继续下一步。

Expand Down
3 changes: 2 additions & 1 deletion website/src/pages/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ yarn add @uiw/react-native react-native-svg

## Basic Usage

<!--rehype:snack=true-->
```jsx
import React from 'react';
import { View } from 'react-native';
Expand All @@ -55,4 +56,4 @@ export default class Demo extends React.Component {
)
}
}
```
```

0 comments on commit 3cc9931

Please sign in to comment.