fix oauth flow

This commit is contained in:
Sanidhya Kumar Verma
2024-09-04 11:53:27 +00:00
committed by GitHub
parent 1f0ecd696d
commit 04694246c0
4 changed files with 51 additions and 14 deletions
+3
View File
@@ -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"),