Layout
The screen renders aFlatList of space cards on a light cream background (#FDFAF9). The list supports pull-to-refresh: pull down to reload your spaces from the API.
Each card shows:
- Title — large, bold
- Description — medium weight, below the title
- Author — displayed as
@username - Participant count — user icon with a number, right-aligned on the author row
- Hashtags — horizontally scrollable row of blue pill badges at the bottom of the card
Entering a space
Tap anywhere on a space card to open it. The app setstopicId in TopicContext, which replaces the tab navigator with the Space screen.
