Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.53 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.53 KB

小暑

React Native UI library

install size
Platform - Android Platform - iOS

特点

  • 🛡 纯 TypeScript 实现
  • 🌈 部分交互/组件支持函数方式调用
  • 🎨 支持自定义主题

安装

yarn add @fruits-chain/react-native-xiaoshu

使用

import React from 'react'
import { Provider, Button } from '@fruits-chain/react-native-xiaoshu'

const App: React.FC = () => {
  return (
    <Provider>
      <Button text="普通按钮" type="primary" />
    </Provider>
  )
}

参与开发 PRs Welcome

阅读更多开发约定