| 17 | import { useValue } from 'react-native-redash'; |
| 18 | |
| 19 | interface Route { |
| 20 | name: string; |
| 21 | key: string; |
| 22 | } |
| 23 | |
| 24 | export function AnimatedTabBar<T extends PresetEnum>( |
| 25 | props: AnimatedTabBarProps<T> |
nothing calls this directly
no outgoing calls
no test coverage detected