UNPKG

react-native-curved-tab-bar

Version:

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

10 lines 336 B
import React from 'react'; import { Animated } from 'react-native'; interface TabBarBackgroundProps { curvePosition: Animated.Value; gradientColors: [string, string]; heightPercentage: number; } export declare const TabBarBackground: React.FC<TabBarBackgroundProps>; export {}; //# sourceMappingURL=TabBarBackground.d.ts.map