We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7231 commit 8da352dCopy full SHA for 8da352d
app/(app)/_layout.tsx
@@ -3,7 +3,6 @@ import { useAuth } from '@/contexts/AuthContext';
3
4
import { router, Stack, usePathname } from 'expo-router';
5
import { useEffect, useState } from 'react';
6
-import { Linking } from 'react-native';
7
8
const public_routes = ['/login', '/forgot-password', '/reset-password'];
9
0 commit comments