diff --git a/src/navigation.tsx b/src/navigation.tsx index 8e9e68c..8a486a8 100644 --- a/src/navigation.tsx +++ b/src/navigation.tsx @@ -10,6 +10,7 @@ import { BottomNavigation, Portal, useTheme } from 'react-native-paper'; import { Home, Search, Tags, Settings, AddItem } from './screens'; import { horizontalScale } from './styles'; import { FloatingActionButton } from './components'; +import { darkNavigationTheme, lightNavigationTheme } from './theme'; function TabNavigator() { const TabNavigatorBase = createBottomTabNavigator(); @@ -109,17 +110,7 @@ function NavigationContainer() { return ( + theme={theme.dark ? darkNavigationTheme : lightNavigationTheme}>