My Profile is the fourth tab in the bottom bar (green user icon). It shows your public profile information, your contribution statistics, and a list of spaces you created (filtered from your joined spaces by matchingDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
creator.user_id).
Profile header
The header bar at the top of the screen contains:- My Profile title
- Menu button (yellow, hamburger icon) — opens the Profile Actions modal
- Logout button (pink) — signs you out immediately
Profile body
Below the header, the screen displays a yellow banner with decorative sparkle icons and your avatar overlapping the banner edge.Avatar
A 150 × 150 px circular image. Displays your uploaded profile picture, or a default happy robot illustration if you have not set one.
Username
Shown in large bold text below the avatar circle.
Bio
Rendered inside a yellow rounded card. If you have not added a bio, a placeholder prompt is shown instead.
Stats
Two stat tiles displayed side by side: Created (spaces you started, green tile) and Participated (spaces you joined, yellow tile).
Created spaces
Below the stats, aFlatList shows all spaces you created, using the same coloured card format as the Home feed. Tap any card to enter that Space.
Pull down anywhere on the screen to refresh both the profile data and the spaces list.
Editing your profile
Tap the menu (hamburger) button in the header to open the Profile Actions modal.Open Profile Actions
Tap the yellow menu button in the top-right of the header. A centred modal appears over a dimmed backdrop.
Choose an action
The modal lists the following actions:
- Change Username — expands an inline text input. Type your new username and tap Save Username.
- Change Bio — expands a multiline text input. Edit your bio and tap Save Bio.
- Change Profile Picture — opens the document picker filtered to images immediately. Select an image (5 MB maximum). The profile picture is uploaded and the screen refreshes automatically.
- Change Password — expands two password inputs (current and new). Fill both fields and tap Save Password.
- Logout — signs you out and returns to the authentication screen.
- Delete Account — opens a native confirmation alert before permanently deleting your account and all associated data.
Save your changes
Each edit action has its own save button. On success, a green confirmation message appears inside the modal and your profile refreshes in the background. On failure, a red error message is shown.
Logging out
You can log out in two ways:- Tap the Logout button in the profile header bar.
- Open the Profile Actions modal and tap Logout.
logout function from AuthContext, which clears the stored token and redirects you to the authentication screen.