-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.js
More file actions
13 lines (13 loc) · 789 Bytes
/
index.js
File metadata and controls
13 lines (13 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
export {default as DatePicker} from 'react-native-datepicker';
export {default as Button} from 'react-native-buttons';
export {default as DrawerMenu} from 'react-native-drawer-menu';
export {default as Grading} from 'react-native-grading';
export {default as LabelSelect} from 'react-native-label-select';
export {default as ZoomImage} from 'react-native-zoom-image';
export {default as Input} from 'react-native-input-xg';
export {default as Confirm} from 'react-native-confirm';
export {default as Link} from 'react-native-link-xg';
export {default as Tab} from 'react-native-tab-xg';
export {default as StyleSheet} from 'react-native-stylesheet-xg';
export {default as Accordion} from 'react-native-accordion-xg';
export {default as CalendarSelect} from 'react-native-calendar-select';