morethanadiagnosis-hub/mobile/app/(auth)
Claude eb04163b3b
feat: implement authentication system for mobile app
- Add API integration layer with axios and token management
- Create Zustand auth store for state management
- Implement login screen with validation
- Implement signup screen with password strength indicator
- Implement forgot password flow with multi-step UI
- Update root layout with auth state protection
- Integrate profile screen with auth store
- Install AsyncStorage and expo-secure-store dependencies
2025-11-18 19:32:16 +00:00
..
_layout.tsx fix: add missing dependencies and fix TypeScript errors 2025-11-18 18:56:34 +00:00
forgot-password.tsx feat: implement authentication system for mobile app 2025-11-18 19:32:16 +00:00
login.tsx feat: implement authentication system for mobile app 2025-11-18 19:32:16 +00:00
signup.tsx feat: implement authentication system for mobile app 2025-11-18 19:32:16 +00:00