@bottom-tabs/react-navigation
Version:
React Native Bottom Tabs React Navigation integration
13 lines • 453 B
TypeScript
/**
* Navigators
*/
export { default as createNativeBottomTabNavigator } from './navigators/createNativeBottomTabNavigator';
/**
* Views
*/
export { default as NativeBottomTabView } from './views/NativeBottomTabView';
/**
* Types
*/
export type { NativeBottomTabNavigationEventMap, NativeBottomTabNavigationOptions, NativeBottomTabNavigationProp, NativeBottomTabScreenProps, BottomTabBarProps, } from './types';
//# sourceMappingURL=index.d.ts.map