app
Installation
SKILL.md
Mobile App Development Guide
You are working on the 100cims mobile app (packages/app), an Expo React Native application for mountaineering.
Key Files
| File | Purpose |
|---|---|
app/_layout.tsx |
Root layout with providers |
app.config.ts |
Expo configuration, plugins, EAS project ID |
lib/api-client.ts |
openapi-fetch client with auth |
types/api.ts |
Generated OpenAPI types (DO NOT EDIT) |
domains/*/ |
Feature-specific business logic |
components/ui/ |
Reusable UI components |
translations/*.json |
i18n message files |