> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/web_advance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/web_advance/react-native/nativebase-ui.md).

# NativeBase UI

## NativeBase

一個跨平台的UI框架

{% embed url="<https://medium.com/@pratik_m23/getting-started-with-react-native-and-nativebase-fdedd8e26df2>" %}

## Icon

RN v0.6 後須先安裝以下模組

```
yarn add react-native-vector-icons
npx react-native link react-native-vector-icons
```

使用方式：

```javascript
<Icon name="add" />
```

<https://ionicframework.com/docs/ionicons/>
