imports reorder
This commit is contained in:
committed by
GitHub
parent
be9696b8b5
commit
76223faa19
+2
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user