Description
Overview
Screen components exist in two places causing code duplication.
Background
Screens are defined both in src/screens/ and app/ directory. This creates confusion and requires maintaining two versions of the same screens.
Specifications
- Consolidate screens to one location
- Use expo-router conventions for routing
Tasks:
- Remove duplicate screen definitions
- Migrate all screens to app/ directory
Impacted Files:
- src/screens/*.tsx
- app/(tabs)/
- app/*.tsx
Labels: architecture, priority-high
🙌Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #5
Star the repo⭐
For more context, please refer to the mobile README
Description
Overview
Screen components exist in two places causing code duplication.
Background
Screens are defined both in src/screens/ and app/ directory. This creates confusion and requires maintaining two versions of the same screens.
Specifications
Tasks:
Impacted Files:
Labels: architecture, priority-high
🙌Contribution Guidelines:
Assignment required before PR submission
Timeframe: 48-72 hours
PR description must include: Close #5
Star the repo⭐
For more context, please refer to the mobile README