Fitness A modern fitness mobile application built with React Native CLI, focused on helping users track workouts, view summaries, monitor progress, and manage personal fitness data.
src/ ├── ThemeContext/ │ └── ThemeContext.tsx # Theme management ├── navigation/ │ ├── AppNavigator.tsx # Main navigation │ └── TabNavigator.tsx # Bottom tab navigation ├── screens/ │ ├── HomeScreen.tsx # Main dashboard │ ├── WorkoutDetailsScreen.tsx # Workout details │ ├── WorkoutSummaryScreen.tsx # Post-workout summary │ ├── ProfileScreen.tsx # User profile │ ├── ActivityScreen.tsx # Activity tracking │ └── SettingsScreen.tsx # App settings ├── components/ │ ├── home/ # Home screen components │ ├── sections/ # Reusable sections │ └── Workouts/ # Workout components ├── styles/ │ ├── getColors.ts # Color system │ └── use*Components.ts # Component-specific styles └── assets/ └── *.png # Images and icons
npm install npm run android or npm run ios cd ios && pod install If you have any questions regarding this app, feel free to contact me via my CodeCanyon profile. No guarantees, but I’ll do my best to assist. If you enjoy using this template, I’d really appreciate your rating. Thank you!
= 1.0.0 = - Initial release - 9+ screens - Light/Dark mode - Animated UI - TypeScript support - CLI / Expo