feat(mobile): Implement persistent theme selection
This commit is contained in:
@@ -1 +1,6 @@
|
||||
export { useColorScheme } from 'react-native';
|
||||
import { useTheme } from '@/context/ThemeContext';
|
||||
|
||||
export function useColorScheme() {
|
||||
const { colorScheme } = useTheme();
|
||||
return colorScheme;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user