working out top of profile page w name, email, image, and sign out button.

This commit is contained in:
Will Baumbach
2025-08-05 16:26:36 -05:00
parent 10815a9a81
commit 3dff86b296
5 changed files with 57 additions and 24 deletions

View File

@@ -1,10 +1,8 @@
import { SignedIn, SignedOut, useUser } from '@clerk/clerk-expo'
import { SignedIn, SignedOut } from '@clerk/clerk-expo'
import { Redirect } from 'expo-router'
import { View } from 'react-native'
export default function Page() {
const { user } = useUser()
return (
<View>
<SignedIn>