react-naitve-ui-xg
v0.0.2
Published
A suit of react native ui.
Downloads
3
Readme
react-native-ui-xg
A suit of cross platform React Native ui kit.
Install
npm install react-native-ui-xg --save
Usage
for the whole
import {Button, DatePicker, Drawer, Grading, LabelSelect, Input, Confirm, Link, Tab} from 'react-native-ui-xg';
for one by one
npm install react-native-datepicker --save
npm install react-native-grading --save
npm install react-native-label-select --save
npm install react-native-drawer-menu --save
npm install react-native-buttons --save
npm install react-native-input-xg --save
npm install react-native-confirm --save
npm install react-native-link-xg --save
npm install react-native-tab-xg --save
Components
Example
- git clone https://github.com/xgfe/react-native-ui-xg.git
- cd react-native-ui-xg && npm install
- react-native run-android