feat(mobile): Establish design system foundation - #1
Open
nerioslamaj wants to merge 1 commit into
Open
nerioslamaj wants to merge 1 commit into
nerioslamaj wants to merge 1 commit into
Conversation
- Upgrade Expo SDK from 54 to 57 with React Native 0.86 - Install @expo/ui for native primitives - Remove NativeWind and Tailwind CSS dependencies - Create comprehensive design.md with Nike Training Club-inspired design language - Monochrome foundation (black/white/grays) with red primary color - Complete color palette with light/dark mode tokens - Typography scale, spacing system, component specifications - Automotive/fitness industry industrial design aesthetic - Implement design tokens in TypeScript (src/theme/tokens.ts) - Colors (light/dark modes), spacing, typography, radii, shadows - Component sizes, icon sizes, animation durations, z-index layers - Create useTheme() hook for theme-aware components - Enable automatic light/dark theme support in app.json - Build foundational component library with StyleSheet - Button (primary, secondary, ghost variants) - Text (typography variants with theme colors) - Card (elevated surface with optional shadow) - TextInput (with label and error states) - Migrate existing components to use StyleSheet and design tokens - LoadingScreen - WrongAudienceScreen - Update all screens to use new component library - sign-in screen with themed inputs and buttons - home screen with consistent styling - Update mobile-components-ui rule for StyleSheet-first approach - Update react-native-ui skill to reference design.md Co-authored-by: Nerios Lamaj <nerios.lamaj@gmail.com>
nerioslamaj
marked this pull request as ready for review
August 28, 2026 08:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Business Reason
Establish a scalable, maintainable design system for the mobile app that provides:
Proposed Changes
Design System & Tokens
design.mdwith Nike Training Club-inspired design language (monochrome base + red primary)useTheme()hook for theme-aware components with automatic light/dark mode supportInfrastructure Updates
@expo/uifor native SwiftUI/Jetpack Compose primitivesapp.jsonComponent Library
Buttoncomponent with primary, secondary, and ghost variantsTextcomponent with typography scale (h1-h4, body, caption, etc.)Cardcomponent with elevated surface stylingTextInputcomponent with label and error statesLoadingScreenandWrongAudienceScreento new systemScreen Updates
Documentation
mobile-components-uirule for StyleSheet-first approachreact-native-uiskill to reference design.md as source of truthHow to Verify
Install dependencies:
Start the mobile app:
Verify sign-in screen:
Verify home screen:
Review design tokens:
apps/mobile/src/theme/tokens.tsand verify color paletteapps/mobile/design.mdfor complete design specificationsTest dark mode:
Screenshots or Diagrams
See
apps/mobile/design.mdfor: