UNPKG

726 BTypeScriptView Raw
1/**
2 * Navigators
3 */
4export { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';
5export { default as createMaterialTopTabNavigator } from './navigators/createMaterialTopTabNavigator';
6/**
7 * Views
8 */
9export { default as BottomTabBar } from './views/BottomTabBar';
10export { default as MaterialTopTabBar } from './views/MaterialTopTabBar';
11/**
12 * Utils
13 */
14export { default as createTabNavigator } from './utils/createTabNavigator';
15/**
16 * Types
17 */
18export { BottomTabBarProps, NavigationTabState, NavigationTabProp, NavigationTabScreenProps, NavigationBottomTabOptions, NavigationMaterialTabOptions, NavigationBottomTabScreenComponent, NavigationMaterialTabScreenComponent, } from './types';