@fto-consult/expo-ui
Version:
Bibliothèque de composants UI Expo,react-native
15 lines (13 loc) • 496 B
JavaScript
/*** here you can export list of main drawerItems,
[key1] : {
label{string|ReactNode} : drawerLabel1,
routeName {string}, drawer routeName,
drawerSection {string}, drawer section
routeParams {object}, list of custom params to pass to the navignation route,
icon {string|ReactNode}, icon,
left {function|string|ReactNode}, drawerItemLeft
right {function|string|ReactNode}, drawerItemRight,
}
*/
export default {
}