Skip to content

fix: correct home quick-action navigation routes #42

Description

@EmeditWeb

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

  1. Create app/(tabs)/pay.tsx (or route to correct screen)
  2. 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

  • Quick action buttons navigate to real screens
  • No dead routes in tab navigation
  • Build passes

Mandatory Checks

  • context/ files read
  • PR references this issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions