Skip to content

A UI library with TypeScript and Hooks for react native.

Notifications You must be signed in to change notification settings

tivjoe/SparrowCool

Repository files navigation

SparrowCool

React Native UI库

  • 纯函数组件,完全拥抱hooks
  • 组件都被React.memo()包裹在内,会拥有更好的性能
  • 含有丰富的参数,无论高度自定义还是快速开发,都可随心所欲
  • 完美支持TypeScript
  • 组件在Android和Ios表现一致
  • 跟随React/React Native新特性,新功能,面向未来拓展
  • 轻量,简便,易用

安装

$ yarn add sparrowcool

$ npm install sparrowcool

使用

import { ImmersiveSafeAreaView } from 'sparrowcool';

<ImmersiveSafeAreaView />;

Components

More...

Example

$ git clone https://github.com/HackJoe/SparrowCool.git
$ cd example

// ios 运行:
$ cd ios
$ pod install
$ cd ..
$ react-native run ios

// android 运行:
$ react-native run android

维护状态

  • 持续更新中
  • 欢迎更新意见和使用反馈
  • 欢迎Bug反馈
  • 欢迎Pull Requests
  • 欢迎Star 🌟

About

A UI library with TypeScript and Hooks for react native.

Resources

Stars

Watchers

Forks

Packages

No packages published