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
Possible solution(s)
- iOS: create app target/workspace and wire a minimal SwiftUI app entrypoint.
- 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
Background
mobile/iosandmobile/androidexist 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
Possible solution(s)
assembleDebug.References
mobile/README.mdmobile/ios/README.mdmobile/android/README.mdmobile/ios/Package.swiftmobile/android/app/build.gradle.kts