feat(mobile): keep team, template, and report flows in sync with the server

Team, meeting, memo, template, command, and dictionary screens drifted from
the server contract, and report submission could hang instead of confirming
to the user. The screens now use the server responses directly.

The retired Expo shell is removed; the React Native app is the mobile client.
Gradle-generated vector-icon drawables are ignored rather than committed.
This commit is contained in:
Yun Chan 2026-09-16 23:24:55 +09:00
parent bb0e54dcee
commit 94d8bb8ebe
32 changed files with 310 additions and 2229 deletions

2
.gitignore vendored
View file

@ -108,6 +108,8 @@ apps/web/test-results/
apps/web/playwright-report/
apps/desktop/test-results/
# Gradle-generated vector-icon drawables (react-native-vector-icons), not source.
apps/mobile-rn/android/app/src/main/res/drawable-*/node_modules_*
# Supabase CLI local state
/supabase/.branches/
/supabase/.temp/