react-native-ui-view
TypeScript icon, indicating that this package has built-in type declarations

0.2.10 • Public • Published

React Native Ui View

npm (tag) npm

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

npm i react-native-ui-view --save

Usage

import React from 'react';
import { Portal } from 'react-native-ui-view';
const App: React.FC<{}> = () => {
  // Portal provides a host for Modal/Toast Component.
  return <Portal>{/* xxx */}</Portal>;
};
AppRegistry.registerComponent(appName, () => app);

Documentation

License

MIT

Package Sidebar

Install

npm i react-native-ui-view

Weekly Downloads

1

Version

0.2.10

License

MIT

Unpacked Size

734 kB

Total Files

139

Last publish

Collaborators

  • luoqiang