# react-native-uiw **Repository Path**: uiw/react-native-uiw ## Basic Information - **Project Name**: react-native-uiw - **Description**: 基于 React Native(Android 和 iOS)的 UI 组件库。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://uiw.gitee.io/react-native-uiw - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-09-17 - **Last Updated**: 2022-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


React Native UIW --- A UI component library based on React Native (Android & iOS). [快速上手](https://uimjs.github.io/#/docs/getting-started) | [参与组件开发](https://uimjs.github.io/#/docs/development/components) | [参与文档/网站编辑开发](https://uimjs.github.io/#/docs/development/document) | [组件库](https://uimjs.github.io/#/components/about) 您可以使用我们制定的模版([`@uiw/react-native-template`](https://github.com/uiwjs/react-native-template))创建一个新项目: ```shell # 此模板默认集成了一些必用的依赖,如路由,组件库等 npx react-native init AwesomeProject --template @uiw/react-native-template ``` ## Install ```bash yarn add @uiw/react-native react-native-svg@12.1.1 react-native-root-siblings@4.1.1 react-native-gesture-handler@2.0.0 ``` ## Basic Usage ```jsx import React from 'react'; import { View } from 'react-native'; import { Icon } from '@uiw/react-native' export default class Demo extends React.Component { render() { return ( ) } } ``` ## Other - [@uiw/react-native-alipay](https://github.com/uiwjs/react-native-alipay) - [@uiw/react-native-amap-geolocation](https://github.com/uiwjs/react-native-amap-geolocation) ## Development ```bash # Install current dependencies, and dependencies in sub-packages yarn install yarn run build # Compile package ``` Real-time monitoring of package and document website local preview ```bash # Step 1 yarn run lib:watch # Compile and output JS file # Step 2 yarn run lib:watch:type # Output type file d.ts # Step 3 yarn run start # Run the preview document website locally ``` ### License Licensed under the MIT License.