fieldnotesai
Preparing search index...
src/hooks/use-theme-color
useThemeColor
Function useThemeColor
useThemeColor
(
props
:
{
dark
?:
string
;
light
?:
string
}
,
colorName
:
|
"text"
|
"background"
|
"tint"
|
"icon"
|
"tabIconDefault"
|
"tabIconSelected"
,
)
:
string
Custom React Hook for managing the theme color state and logic.
Parameters
props
:
{
dark
?:
string
;
light
?:
string
}
colorName
:
"text"
|
"background"
|
"tint"
|
"icon"
|
"tabIconDefault"
|
"tabIconSelected"
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Custom React Hook for managing the theme color state and logic.