Skip to content

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。

License

Notifications You must be signed in to change notification settings

guyue88/react-native-ui-view

Repository files navigation

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

About

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。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •