Skip to content

feat(mobile): bootstrap native iOS and Android app shells #80

@tataihono

Description

@tataihono

Background

mobile/ios and mobile/android exist but are scaffold-level and not yet fully runnable as native app shells.
We need a stable foundation before data integration and CI build gates.

Expected outcome

Both native apps have compile-ready shells with clear local build commands and minimal startup screens, establishing a reliable baseline for follow-on GraphQL and CI work.

Acceptance criteria

  • iOS has a buildable app target/scheme (not package-only) with a minimal startup screen.
  • Android has complete app entry wiring (manifest/activity/resources) and a minimal startup screen.
  • Local debug build commands are documented and verified for both platforms.
  • Scope stays platform-native (SwiftUI + Kotlin/Compose) with no shared business logic.

Possible solution(s)

  1. iOS: create app target/workspace and wire a minimal SwiftUI app entrypoint.
  2. Android: complete app module runtime wiring and verify assembleDebug.

References

  • mobile/README.md
  • mobile/ios/README.md
  • mobile/android/README.md
  • mobile/ios/Package.swift
  • mobile/android/app/build.gradle.kts

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions