Skip to content

Build a React Native Mobile App for Current Backend APIs #8

@avishek0769

Description

@avishek0769

Summary

Create a mobile client (React Native) that uses existing backend APIs.

Problem

Project currently has only web frontend. There is no native mobile experience.

Expected Solution

Scaffold a React Native app with core flows: auth, dashboard/chats list, chat interaction, source viewing, and usage view. Reuse API contracts from existing web client.

Scope

  • New mobile app folder - mobile/
  • API client layer mapped from src/lib/api.ts
  • Auth token handling and secure storage
  • Core screens/navigation

Acceptance Criteria

  • User can sign in and view chats on iOS/Android.
  • User can open a chat and send/receive messages.
  • Core dashboard and usage summary screens are functional.
  • API integration works against current backend without breaking web app.

Notes

Expo is acceptable for initial delivery.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureA new feature in the projectfrontendFrontend issuesmediumThis is issue is not easy to solve but not hardtime takingThis issue will take too much time to solveui/uxIssue related to UI/UX

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions