react-native-ui-view

react native ui components kit


Keywords
react native, react native components, react native ui kit, component, react-native, ui-kit, ui-library
License
MIT
Install
npm install react-native-ui-view@0.0.6

Documentation

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

  • ActionSheet
  • Badge
  • Button
  • Cell
  • CellGroup
  • Icon
  • ImageCropper
  • IndexList
  • Modal
  • Navbar
  • Picker
  • Popup
  • Portal
  • Search
  • Spin
  • Swiper
  • Tabbar
  • Toast
  • 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