Add Expo mobile app with multi-tenant support#97
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
cfcd913 to
0255849
Compare
- Add apps/mobile/ with Expo Router, NativeWind, Supabase client, TanStack Query, React Hook Form + Zod - Create route groups: (auth)/ and (app)/ with layout files - Set up typed Supabase client with AsyncStorage auth persistence - Add packages/shared/ (@cowork/shared) scaffold for future shared logic - Update CLAUDE.md with mobile stack docs, commands, and conventions https://claude.ai/code/session_015AhxfccaYtwr8yymr9oes6
f1819db to
a66c0cd
Compare
- Update all CI workflow jobs to use Node 24 (matches engines requirement) - Add *.tsbuildinfo to root .gitignore - Remove tracked tsbuildinfo (build artifact causing merge conflicts) - Restore admin .gitignore from dev branch Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a66c0cd to
94bcb89
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a new Expo-based React Native mobile application (
apps/mobile) as a tenant-branded, multi-tenant mobile client. Also establishes a shared package (packages/shared) for logic reuse between web and mobile.Key Changes
New mobile app (
apps/mobile/)(auth)/and(app)/to mirror web structureEXPO_PUBLIC_prefixNew shared package (
packages/shared/)Documentation updates (
CLAUDE.md)Implementation Details
@cowork/sharedto avoid duplicationEXPO_PUBLIC_prefix)https://claude.ai/code/session_015AhxfccaYtwr8yymr9oes6