turing-react-native-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Turing Frontend UI

React Native UI library for Turing Team


Platform - Android Platform - iOS

特点

  • 🛡 纯 TypeScript 实现
  • 🌈 部分交互/组件支持函数方式调用
  • 🎨 支持自定义主题
  • 🚀 针对 Turing 团队项目优化

安装

## react-native-svg 需大于 12.4.1,结合项目的 React Native 选择一个合适的版本
yarn add @turing/react-native-ui react-native-safe-area-context react-native-svg rc-field-form

使用

import React from 'react'
import { Provider, Button } from '@turing/react-native-ui'

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

Package Sidebar

Install

npm i turing-react-native-ui

Weekly Downloads

12

Version

0.1.5

License

Apache-2.0

Unpacked Size

3.88 MB

Total Files

2446

Last publish

Collaborators

  • hanafish