# react-native-ui-view **Repository Path**: sp-luoqiang/react-native-ui-view ## Basic Information - **Project Name**: react-native-ui-view - **Description**: React Native Ui View is a react native component library, which is fully compatible with the react native ecological framework. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-21 - **Last Updated**: 2023-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Native Ui View ![npm (tag)](https://img.shields.io/npm/v/react-native-ui-view.svg) ![npm](https://img.shields.io/npm/dm/react-native-ui-view.svg) React Native Ui View is a react native component library, which is fully compatible with the react native ecological framework. Comprehensive components and convenient tools will make you feel at ease。 ## Components List - [x] ActionSheet - [x] Badge - [x] Button - [x] Cell - [x] CellGroup - [x] Icon - [x] ImageCropper - [x] IndexList - [x] Modal - [x] Navbar - [x] Picker - [x] Popup - [x] Portal - [x] Search - [x] Spin - [x] Swiper - [x] Tabbar - [x] Toast - [x] Touchable ## Installation ```shell npm i react-native-ui-view --save ``` ## Usage ```javascript import React from 'react'; import { Portal } from 'react-native-ui-view'; const App: React.FC<{}> = () => { // Portal provides a host for Modal/Toast Component. return {/* xxx */}; }; AppRegistry.registerComponent(appName, () => app); ``` ## Documentation - [中文文档](https://guyue88.github.io/react-native-ui-view/) ## License MIT