/** * Navigators */ export { createNativeBottomTabNavigator } from './createNativeBottomTabNavigator'; /** * Views */ export { NativeBottomTabView } from './NativeBottomTabView'; /** * Types */ export type { NativeBottomTabBarProps, NativeBottomTabIcon, NativeBottomTabNavigationEventMap, NativeBottomTabNavigationOptions, NativeBottomTabNavigationProp, NativeBottomTabNavigatorProps, NativeBottomTabOptionsArgs, NativeBottomTabScreenProps, } from './types';