What to share across platforms (and what to keep separate): UI component design in a Next.js + Expo monorepo
After running the same product on Next.js and Expo for nearly a year, we have a clear picture of what belongs in a shared package versus what should stay platform-specific. The short answer: share tokens, logic, and interfaces — not UI components.