0.2.10 • Published 2 years ago

react-native-ui-view v0.2.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.7

2 years ago

0.1.8

2 years ago

0.2.6

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

2 years ago

0.1.5

3 years ago

0.1.1

3 years ago

0.0.11

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago