New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fruits-chain/react-native-xiaoshu

Package Overview
Dependencies
Maintainers
5
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fruits-chain/react-native-xiaoshu

🌈 React Native UI library

0.2.25
Source
npm
Version published
Weekly downloads
11K
583.86%
Maintainers
5
Weekly downloads
 
Created
Source

小暑

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

阅读更多开发约定

Keywords

react-native

FAQs

Package last updated on 20 Apr 2022

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