Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/@react-navigation/bottom-tabs/lib/module/index.js
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

22 lines
614 B
JavaScript

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