Theming / Colors
Picking a theme
In
config.ts
, you can update your theme using the variabledefaultShipNativeTheme
You can see all the theme options in
themeConfig.ts
Setting up a custom theme
Add the theme name in themeOptions
Define the colors for the theme in light mode & dark mode
Add the themes you set up to the theme colors
Last updated