🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-native-komect-uikit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-komect-uikit

React Native UI Toolkit

1.3.1
latest
Source
npm
Version published
Weekly downloads
23
-94.88%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Komect UIKit

跨平台 React Native UI Toolkit


开始

安装

  • [参考这里]
#如果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

FAQs

Package last updated on 12 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts