1.3.1 • Published 7 years ago

react-native-komect-uikit v1.3.1

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

开始

安装

#如果android的目录有更改,link操作不会起作用,建议参考react-native-vector-icons的手动link教程
npm i react-native-vector-icons --save && react-native link react-native-vector-icons
npm i react-native-komect-uikit --save

使用

Start using the components:

import { Button } from 'react-native-komect-uikit';

<Button
  raised
  icon={{name: 'home', size: 32}}
  buttonStyle={{backgroundColor: 'red', borderRadius: 10}}
  textStyle={{textAlign: 'center'}}
  title={`Welcome to\nReact Native Elements`}
/>

Components

以上组件fork自 react-native-elements 如果文档不能帮助到你,可到原工程参考示例

Teaset Component

以上组件fork自 teaset 如果文档不能帮助到你,可到原工程参考示例

others Component

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago