expo-custom-navigation
Version:
custom navigation for your expo project
6 lines (5 loc) • 303 B
TypeScript
export { default as Drawer } from './templates/Drawer';
export { default as Stack } from './templates/Stack';
export { default as BottomTabs } from './templates/BottomTabs';
export { default as TopTabs } from './templates/TopTabs';
export { default as useNavigation } from './hooks/useNavigation';