20 lines
507 B
JavaScript
20 lines
507 B
JavaScript
|
/**
|
||
|
* Navigators
|
||
|
*/
|
||
|
export { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';
|
||
|
/**
|
||
|
* Views
|
||
|
*/
|
||
|
|
||
|
export { default as BottomTabView } from './views/BottomTabView';
|
||
|
export { default as BottomTabBar } from './views/BottomTabBar';
|
||
|
/**
|
||
|
* Utilities
|
||
|
*/
|
||
|
|
||
|
export { default as BottomTabBarHeightContext } from './utils/BottomTabBarHeightContext';
|
||
|
export { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight';
|
||
|
/**
|
||
|
* Types
|
||
|
*/
|
||
|
//# sourceMappingURL=index.js.map
|