{"version":3,"sources":["index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA;;AAKA;;AACA;;AAKA;;AAEA","sourcesContent":["/**\n * Navigators\n */\nexport { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';\n\n/**\n * Views\n */\nexport { default as BottomTabView } from './views/BottomTabView';\nexport { default as BottomTabBar } from './views/BottomTabBar';\n\n/**\n * Utilities\n */\nexport { default as BottomTabBarHeightContext } from './utils/BottomTabBarHeightContext';\n\nexport { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight';\n\n/**\n * Types\n */\nexport type {\n BottomTabNavigationOptions,\n BottomTabNavigationProp,\n BottomTabScreenProps,\n BottomTabBarProps,\n BottomTabBarOptions,\n BottomTabBarButtonProps,\n} from './types';\n"]}