Draft
Conversation
…m generator - Restores Tamagui package from commit f46631f and exposes it as @acme/tamagui - Adds design-system.ts to generate Tailwind CSS vars and Tamagui themes - Wires Tamagui providers/config into Next.js and Expo; adds demo screens - Adds @tamagui/babel-plugin to Expo and updates transpilePackages for Next.js - Documents migration path from @acme/ui to @acme/tamagui
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: me <me@cooperm.com>
…nt images from Next.js demo
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.
feat: Integrate Tamagui and port initial shadcn/ui components
Description
This PR introduces Tamagui into the monorepo to establish a robust foundation for cross-platform UI components and a unified design system.
Key changes include:
@acme/tamaguipackage: Houses Tamagui components and configuration.packages/tamagui/src/design-system.tsto generate both Tailwind CSS variables and Tamagui themes, ensuring a consistent design language across web and native.@acme/uicomponents (Button, Card, Input, Label) as Tamagui components, maintaining shadcn/ui API and visual parity.tamagui-testscreens in both Next.js and Expo apps to preview the new components.packages/tamagui/MIGRATION.mdto guide the deprecation of@acme/uiin favor of Tamagui.The goal is to leverage Tamagui for truly cross-compatible components while maintaining Tailwind/NativeWind as the primary styling method for most development, focusing on sharing a design system rather than forcing all components to be cross-compatible.
Related Issue
N/A
How Has This Been Tested?
/tamagui-test) and Expo (tamagui-testscreen).validateThemes()in demo components.TamaguiShowcase.