imports reorder

This commit is contained in:
Sanidhya Kumar Verma
2024-08-30 05:59:42 +00:00
committed by GitHub
parent be9696b8b5
commit 76223faa19
3 changed files with 5 additions and 12 deletions
+2 -1
View File
@@ -1,4 +1,3 @@
import { tokenCache } from "@/lib/auth";
import { ClerkProvider, ClerkLoaded } from "@clerk/clerk-expo";
import { useFonts } from "expo-font";
import { Stack } from "expo-router";
@@ -6,6 +5,8 @@ import * as SplashScreen from "expo-splash-screen";
import { useEffect } from "react";
import "react-native-reanimated";
import { tokenCache } from "@/lib/auth";
// Prevent the splash screen from auto-hiding before asset loading is complete.
SplashScreen.preventAutoHideAsync();