diff --git a/app/_layout.tsx b/app/_layout.tsx index f518c9b..492b97c 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -1,24 +1,13 @@ -import { DarkTheme, DefaultTheme, ThemeProvider } from '@react-navigation/native'; import { Stack } from 'expo-router'; import { StatusBar } from 'expo-status-bar'; -import 'react-native-reanimated'; - -import { useColorScheme } from '@/hooks/use-color-scheme'; - -export const unstable_settings = { - anchor: '(tabs)', -}; export default function RootLayout() { - const colorScheme = useColorScheme(); - return ( - + <> - - + ); -} +} \ No newline at end of file