Colors: {
dark: {
background: string;
icon: string;
tabIconDefault: string;
tabIconSelected: string;
text: string;
tint: string;
};
light: {
background: string;
icon: string;
tabIconDefault: string;
tabIconSelected: string;
text: string;
tint: string;
};
} = ...
Type Declaration
dark: {
background: string;
icon: string;
tabIconDefault: string;
tabIconSelected: string;
text: string;
tint: string;
}
light: {
background: string;
icon: string;
tabIconDefault: string;
tabIconSelected: string;
text: string;
tint: string;
}
Provides functionality for colors.