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 {
Tab,
Link,
Input,
Button,
Grading,
Confirm,
Accordion,
ZoomImage,
DrawerMenu,
DatePicker,
ActionSheet,
LabelSelect,
CalendarSelect
} from 'react-native-ui-xg';
for one by one
npm install react-native-tab-xg --save
npm install react-native-link-xg --save
npm install react-native-buttons --save
npm install react-native-grading --save
npm install react-native-confirm --save
npm install react-native-input-xg --save
npm install react-native-zoom-image --save
npm install react-native-datepicker --save
npm install react-native-drawer-menu --save
npm install react-native-label-select --save
npm install react-native-accordion-xg --save
npm install react-native-action-sheet-xg --save
npm install react-native-calendar-select --save
Components
- Tab
- Link
- Input
- Button
- Grading
- Confirm
- Accordion
- ZoomImage
- DatePicker
- StyleSheet
- DrawerMenu
- LabelSelect
- ActionSheet
- ActionSheet
Example
- git clone https://github.com/xgfe/react-native-ui-xg.git
- cd react-native-ui-xg && npm install
- react-native run-android