react-native-ui-view
v0.2.10
Published
react native ui components kit
Downloads
46
Maintainers
Readme
React Native Ui View
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