Skip to content

fix: handle registration errors in register screen #44

Description

@EmeditWeb

Problem

In app/(auth)/register.tsx (lines 71-72), the catch block is empty with only a comment. Errors during registration are silently swallowed.

What To Build

  1. Show error to user via Alert or toast
  2. Log the error for debugging
  3. Reset submitting state on error

Files To Touch

  • app/(auth)/register.tsx — lines 71-72

Acceptance Criteria

  • Registration errors shown to user
  • Errors logged
  • Form re-enabled on error
  • Build passes

Mandatory Checks

  • context/ files read
  • Expo export passes
  • 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