feat: React Native Web migration with Expo — iOS/Android + web parity#32
Open
theAlexPatin wants to merge 6 commits intomainfrom
Open
feat: React Native Web migration with Expo — iOS/Android + web parity#32theAlexPatin wants to merge 6 commits intomainfrom
theAlexPatin wants to merge 6 commits intomainfrom
Conversation
Scaffold new packages/app Expo project targeting iOS, Android, and web platforms using React Native Web. Implements full feature parity with existing web app using Tamagui 2.0 + StyleSheet.create() theme system for styling consistency across platforms. - Core: Expo 53, React Native 0.79.6, Expo Router file-based navigation - Theme: Hestia-style design tokens (colors, sizing, outlines, typography) - Lib: Platform-agnostic API client, passkey auth (web via WebAuthn, native stub) - Hooks: 8 shared hooks ported from web (useAuth, useFiles, useUpload, etc.) - UI: 6 primitives with StyleSheet (Button, Badge, Tabs, Toast, EmptyState, Skeleton) - Components: 10 file browser components (FileList, FileGrid, Breadcrumbs, SearchBar, etc.) - Screens: 7 screens (home, login, setup, file browser, admin, settings) - Config: Metro proxy for dev API, web mocks for native modules, Turbo pipeline update
…al-authentication dep
- Remove old Astro frontend (packages/web) - Update static middleware SPA fallback for Expo Router (single root index.html) - Add BASE_PATH and APP_NAME runtime injection support to app config - Update Homebrew formula to use packages/app/dist - Update root start script to serve app via API's static middleware
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
packages/app) targeting iOS, Android, and web, replacing the existing Astro frontendTest plan
pnpm installand verify no dependency conflictspnpm --filter @mininas/app dev:weband verify web build loads