Problem
In app/(tabs)/index.tsx (line 172), quick action routes all point to '/(tabs)/pay' which does NOT exist in the file tree. The app/(tabs)/ directory has no pay.tsx.
What To Build
- Create app/(tabs)/pay.tsx (or route to correct screen)
- Map each quick action to its correct route:
- Apply → /loan/apply
- Pay → upcoming installments
- History → transactions
- Vouches → reputation/vouch
Files To Touch
- app/(tabs)/index.tsx — fix routes
- app/(tabs)/pay.tsx — new file (if needed)
Acceptance Criteria
Mandatory Checks
Problem
In app/(tabs)/index.tsx (line 172), quick action routes all point to '/(tabs)/pay' which does NOT exist in the file tree. The app/(tabs)/ directory has no pay.tsx.
What To Build
Files To Touch
Acceptance Criteria
Mandatory Checks