Commit Graph

2 Commits

Author SHA1 Message Date
Justn Ursan acd29e1a11 feat: Complete Expo SDK 54 migration with React 19.1.0
- Migrated to Expo SDK 54.0.24 with proper React 19.1.0 support
- Fixed all dependency compatibility issues (react-native-reanimated, worklets, etc.)
- Implemented complete Dashboard with contract management
- Added AddContractScreen with full form functionality
- Added ContractDetailsScreen with edit/delete capabilities
- Implemented ProfileScreen placeholder
- Fixed navigation with proper Bottom Tabs
- Added DatePickerInput and IconPickerModal components
- Updated all TypeScript types for contracts
- Removed deprecated react-native-screens enableScreens call
- Successfully bundled and tested on iOS via Expo Go
2025-11-18 00:38:20 +01:00
Justn Ursan 4d48142752 chore: initial project setup with modular architecture
- Add React Native project structure
- Configure TypeScript with path aliases
- Setup Zustand state management
- Integrate Supabase for backend
- Implement design system and shared components
- Add navigation structure (Auth & App stacks)
- Configure versioning tools (husky, commitlint, standard-version)
- Setup CI/CD workflows
- Add comprehensive documentation
2025-11-17 22:33:59 +01:00