0.2.10 • Published 6 months ago

react-native-ui-view v0.2.10

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months 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

6 months ago

0.2.9

6 months ago

0.2.8

10 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.7

1 year ago

0.1.8

1 year ago

0.2.6

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.2

2 years ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.1

2 years ago

0.0.11

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago