@react-navigation/bottom-tabs
Version:
Bottom tab navigator following iOS design guidelines
13 lines • 562 B
TypeScript
/**
* Navigators
*/
export { createNativeBottomTabNavigator, createNativeBottomTabScreen, type NativeBottomTabTypeBag, } from './createNativeBottomTabNavigator';
/**
* Views
*/
export { NativeBottomTabView } from './NativeBottomTabView';
/**
* Types
*/
export type { NativeBottomTabBarProps, NativeBottomTabIcon, NativeBottomTabNavigationEventMap, NativeBottomTabNavigationOptions, NativeBottomTabNavigationProp, NativeBottomTabNavigatorProps, NativeBottomTabOptionsArgs, NativeBottomTabScreenProps, } from './types.js';
//# sourceMappingURL=index.d.ts.map