fix bug themes

This commit is contained in:
2025-11-19 17:11:10 +07:00
parent d8874fbe60
commit 7cb35efd30
6 changed files with 17 additions and 19 deletions

View File

@@ -3,8 +3,8 @@ import { Tabs, useSegments } from "expo-router";
import { HapticTab } from "@/components/haptic-tab";
import { IconSymbol } from "@/components/ui/icon-symbol";
import { Colors } from "@/constants/theme";
import { useColorScheme } from "@/hooks/use-color-scheme";
import { useI18n } from "@/hooks/use-i18n";
import { useColorScheme } from "@/hooks/use-theme-context";
import { startEvents, stopEvents } from "@/services/device_events";
import { useEffect, useRef } from "react";