UNPKG

674 BTypeScriptView Raw
1/**
2 * Navigators
3 */
4export { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';
5/**
6 * Views
7 */
8export { default as BottomTabBar } from './views/BottomTabBar';
9export { default as BottomTabView } from './views/BottomTabView';
10/**
11 * Utilities
12 */
13export { default as BottomTabBarHeightContext } from './utils/BottomTabBarHeightContext';
14export { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight';
15/**
16 * Types
17 */
18export type { BottomTabBarButtonProps, BottomTabBarProps, BottomTabHeaderProps, BottomTabNavigationEventMap, BottomTabNavigationOptions, BottomTabNavigationProp, BottomTabScreenProps, } from './types';