修复主题切换导航栏和状态栏

This commit is contained in:
xianyi
2026-01-13 09:46:05 +08:00
parent 9c16586994
commit 98134c5be9
3 changed files with 36 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ export default function TabLayout() {
<Tabs
screenOptions={{
tabBarActiveTintColor: Colors[theme].tint,
tabBarInactiveTintColor: Colors[theme].tabIconDefault,
headerShown: false,
tabBarButton: HapticTab,
tabBarBackground: TabBarBackground,