UNPKG

@react-navigation/bottom-tabs

Version:

Bottom tab navigator following iOS design guidelines

13 lines 479 B
/** * Navigators */ export { createNativeBottomTabNavigator } from './createNativeBottomTabNavigator'; /** * Views */ export { NativeBottomTabView } from './NativeBottomTabView'; /** * Types */ export type { NativeBottomTabBarProps, NativeBottomTabNavigationEventMap, NativeBottomTabNavigationOptions, NativeBottomTabNavigationProp, NativeBottomTabNavigatorProps, NativeBottomTabOptionsArgs, NativeBottomTabScreenProps, } from './types'; //# sourceMappingURL=index.d.ts.map