UNPKG

@react-navigation/bottom-tabs

Version:

Bottom tab navigator following iOS design guidelines

4 lines 267 B
import type { NavigationState } from '@react-navigation/routers'; import { Animated } from 'react-native'; export declare function useAnimatedHashMap({ routes, index }: NavigationState): Record<string, Animated.Value>; //# sourceMappingURL=useAnimatedHashMap.d.ts.map