NativeBase UI

NativeBase

一個跨平台的UI框架

Icon

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

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

使用方式:

<Icon name="add" />

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

Last updated