@react-navigation/bottom-tabs
Version:
Bottom tab navigator following iOS design guidelines
10 lines • 488 B
TypeScript
import type { BottomTabSceneInterpolatedStyle, BottomTabSceneInterpolationProps } from '../types';
/**
* Simple cross fade animation
*/
export declare function forFade({ current, }: BottomTabSceneInterpolationProps): BottomTabSceneInterpolatedStyle;
/**
* Animation where the screens slightly shift to left/right
*/
export declare function forShift({ current, }: BottomTabSceneInterpolationProps): BottomTabSceneInterpolatedStyle;
//# sourceMappingURL=SceneStyleInterpolators.d.ts.map