fix oauth flow
This commit is contained in:
committed by
GitHub
parent
1f0ecd696d
commit
04694246c0
@@ -4,6 +4,7 @@ import { Stack } from "expo-router";
|
||||
import * as SplashScreen from "expo-splash-screen";
|
||||
import { StatusBar } from "expo-status-bar";
|
||||
import { useEffect } from "react";
|
||||
import { LogBox } from "react-native";
|
||||
import "react-native-reanimated";
|
||||
|
||||
import { tokenCache } from "@/lib/auth";
|
||||
@@ -11,6 +12,8 @@ import { tokenCache } from "@/lib/auth";
|
||||
// Prevent the splash screen from auto-hiding before asset loading is complete.
|
||||
SplashScreen.preventAutoHideAsync();
|
||||
|
||||
LogBox.ignoreAllLogs();
|
||||
|
||||
const RootLayout = () => {
|
||||
const [loaded] = useFonts({
|
||||
"Jakarta-Bold": require("../assets/fonts/PlusJakartaSans-Bold.ttf"),
|
||||
|
||||
Reference in New Issue
Block a user