/** * Navigators */ export { default as createNativeBottomTabNavigator } from './navigators/createNativeBottomTabNavigator'; /** * Views */ export { default as NativeBottomTabView } from './views/NativeBottomTabView'; /** * Types */ export type { NativeBottomTabNavigationEventMap, NativeBottomTabNavigationOptions, NativeBottomTabNavigationProp, NativeBottomTabScreenProps, BottomTabBarProps, } from './types'; //# sourceMappingURL=index.d.ts.map