UNPKG

react-navigation-tabs

Version:

Tab Navigation components for React Navigation

5 lines (4 loc) 715 B
import * as React from 'react'; import { BottomTabBarProps } from '../types'; declare const _default: React.ComponentType<Pick<BottomTabBarProps, "navigation" | "getLabelText" | "getAccessibilityLabel" | "getTestID" | "renderIcon" | "onTabPress" | "onTabLongPress" | "screenProps" | "style" | "activeTintColor" | "inactiveTintColor" | "keyboardHidesTabBar" | "keyboardHidesTabBarAnimationConfig" | "activeBackgroundColor" | "inactiveBackgroundColor" | "allowFontScaling" | "showLabel" | "showIcon" | "labelStyle" | "tabStyle" | "labelPosition" | "adaptive" | "safeAreaInset" | "getAccessibilityRole" | "getAccessibilityStates" | "getButtonComponent" | "jumpTo" | "detachInactiveScreens">>; export default _default;