We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63491a8 commit bdf589cCopy full SHA for bdf589c
src/Gen-1/CleanTabBar/types.ts
@@ -4,9 +4,9 @@ import type {
4
TabNavigationState,
5
} from '@react-navigation/native';
6
import type { BottomTabNavigationEventMap } from '@react-navigation/bottom-tabs/src/types';
7
-import type { BottomTabDescriptorMap } from '../types';
+import type { BottomTabDescriptorMap } from '../../types';
8
import type { Animated, StyleProp, ViewStyle } from 'react-native';
9
-import type { ColorPaletteConfig } from '../assets/types';
+import type { ColorPaletteConfig } from '../../assets/types';
10
11
export type CleanTabBarConfig = {
12
state: TabNavigationState<ParamListBase>;
0 commit comments