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
0
Versions
230
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.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11K
increased by583.86%
Maintainers
0
Weekly downloads
 
Created
Source

小暑 xiǎo shǔ

React Native UI library

install size
Platform - Android Platform - iOS

特点

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

安装

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

使用

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

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

Expo

  • Expo demo app

SDK 51+

react-native-xiaoshu

参与开发 PRs Welcome

阅读更多开发约定

Keywords

FAQs

Package last updated on 27 Sep 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc