The purpose of the useTheme hook is to manage and customise the StockUI Theme

Example Usage:
const { theme, themeAssets, setThemeType, setThemes, themeType, themes } = useTheme();

Hook Argument

themeType

TypeDefault
UseThemeArgEmpty Object

Hook Return Value

theme

TypeDefault
LLThemeDefault colorScheme

themeAssets

TypeDefault
LLThemeAssetsDefault assets

setThemeType

Type
Function of type: (newThemeType: LLThemeType) => void

setThemes

Type
Function of type: (_themes: LLThemes) => void

themeType

TypeDefault
ColorSchemeName | LLThemeTypeColorSchemeName

themes

TypeDefault
LLThemesDefault StockUI Theme

What’s Next