diff --git a/app/app/_layout.tsx b/app/app/_layout.tsx index a53e8a2..6d9b4ce 100644 --- a/app/app/_layout.tsx +++ b/app/app/_layout.tsx @@ -1,4 +1,3 @@ -// import FontAwesome from '@expo/vector-icons/FontAwesome'; import { useFonts } from 'expo-font'; import { Slot } from 'expo-router'; import * as SplashScreen from 'expo-splash-screen'; @@ -22,7 +21,6 @@ SplashScreen.preventAutoHideAsync(); export default function RootLayout() { const [loaded, error] = useFonts({ SpaceMono: require('../assets/fonts/SpaceMono-Regular.ttf'), - // ...FontAwesome.font, }); // Expo Router uses Error Boundaries to catch errors in the navigation tree.