
Features
- Light / Dark / System mode
- Custom color schemes
- Dynamic theme switching
- Theme persistence
- Component theming
- Custom fonts
1
Go to the
constants/Colors.ts file and define your colors.2
constants/Colors.ts
1
Go to your component file and use
const { mode } = useTheme(); hook.2
3
ThemedText (click me)
You can use
<ThemedText> component to change your text color according to the theme.Finally, your app is ready to use the theming feature. Colors will change according to the theme.