UNPKG

react-native-curved-tab-bar

Version:

A customizable curved tab bar component for React Native with smooth animations

6 lines (5 loc) 274 B
import { CurvedTabBar } from './components/CurvedTabBar'; export { TabBarBackground } from './components/TabBarBackground'; export { FloatingButton } from './components/FloatingButton'; export type { CurvedTabBarProps, TabItem } from './types'; export default CurvedTabBar;