@react-navigation/bottom-tabs
Version:
Bottom tab navigator following iOS design guidelines
11 lines • 537 B
TypeScript
import { type ParamListBase, type TabNavigationState } from '@react-navigation/native';
import * as React from 'react';
import type { BottomTabDescriptorMap, BottomTabNavigationConfig, BottomTabNavigationHelpers } from '../types.js';
type Props = BottomTabNavigationConfig & {
state: TabNavigationState<ParamListBase>;
navigation: BottomTabNavigationHelpers;
descriptors: BottomTabDescriptorMap;
};
export declare function BottomTabView(props: Props): React.JSX.Element;
export {};
//# sourceMappingURL=BottomTabView.d.ts.map