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