项目作者: LetsSkribble

项目描述 :
An Icon Library for React Native.
高级语言: TypeScript
项目地址: git://github.com/LetsSkribble/milotic.git
创建时间: 2019-04-29T08:06:06Z
项目社区:https://github.com/LetsSkribble/milotic

开源协议:MIT License

下载


milotic

An Icon Library for React Native.

Commitizen friendly
Build Status
codecov
@skribble/milotic"">npm
semantic-release


milotic

Installation

  1. yarn @skribble/milotic react react-native react-native-svg

Dependencies

This package is has peer dependencies of react, react-native and react-native-svg

Usage

  1. import { ThumbsUp } from "@skribble/milotic";
  2. export default () => {
  3. return <ThumbsUp size={35} fill="blue" ></ThumbsUp>;
  4. };

Props

Icons have the default SVG Props inherited from “react-native-svg” and an additional size prop to set the height and width of the icon.