@react-navigation/material-top-tabs
Version:
Integration for the animated tab view component from react-native-tab-view
22 lines (18 loc) • 419 B
JavaScript
;
/**
* Navigators
*/
export { createMaterialTopTabNavigator } from "./navigators/createMaterialTopTabNavigator.js";
/**
* Views
*/
export { MaterialTopTabBar } from "./views/MaterialTopTabBar.js";
export { MaterialTopTabView } from "./views/MaterialTopTabView.js";
/**
* Utilities
*/
export { useTabAnimation } from "./utils/useTabAnimation.js";
/**
* Types
*/
//# sourceMappingURL=index.js.map