# react-native-xiaoshu
**Repository Path**: kitchenliang/react-native-xiaoshu
## Basic Information
- **Project Name**: react-native-xiaoshu
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-02-26
- **Last Updated**: 2024-02-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
小暑 xiǎo shǔ
React Native UI library
[xiaoshu-npm-url]: https://www.npmjs.com/package/@fruits-chain/react-native-xiaoshu
[][xiaoshu-npm-url]
[][xiaoshu-npm-url]
[](https://www.typescriptlang.org/)
[](https://packagephobia.com/result?p=@fruits-chain/react-native-xiaoshu)
[](https://www.android.com)
[](https://developer.apple.com/ios)
## 特点
- 🛡 纯 TypeScript 实现
- 🌈 部分交互/组件支持函数方式调用
- 🎨 支持自定义主题
## 安装
```bash
## 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
```
## 使用
```tsx
import React from 'react'
import { Provider, Button } from '@fruits-chain/react-native-xiaoshu'
const App: React.FC = () => {
return (
)
}
```
## 参与开发 [](http://makeapullrequest.com)
阅读更多[开发约定](./CONTRIBUTING.md)。