UNPKG

@eavfw/react-native-curved-tab-bar

Version:

A beautiful animated curved tab bar for React Native apps with customizable floating action button

5 lines 206 B
import React from 'react'; import type { CurvedTabBarProps } from '../types'; declare const CurvedTabBar: React.FC<CurvedTabBarProps>; export default CurvedTabBar; //# sourceMappingURL=CurvedTabBar.d.ts.map