MCPcopy
hub / github.com/gorhom/react-native-animated-tabbar / Route

Interface Route

src/AnimatedTabBar.tsx:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { useValue } from 'react-native-redash';
18
19interface Route {
20 name: string;
21 key: string;
22}
23
24export function AnimatedTabBar<T extends PresetEnum>(
25 props: AnimatedTabBarProps<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected