Closed jairaja closed 8 months ago
https://reactnavigation.org/docs/themes/
Setup themes in all components: function MyButton() { const { colors } = useTheme();
return ( <TouchableOpacity style={{ backgroundColor: colors.card }}> <Text style={{ color: colors.text }}>Button! ); }
https://docs.expo.dev/develop/user-interface/color-themes/
can be saved as preference: dark theme, light theme, system default
option can be given in Settings page along with default filters, sorting etc.