Tamagui Skill Universal React UI framework for web and native with an optimizing compiler. Getting Project-Specific Config Before writing Tamagui code , get the project's actual configuration: This outputs with the project's specific: - Design tokens (space, size, radius, color, zIndex) - Theme names and hierarchy - Available components - Media query breakpoints - Shorthand properties - Font families Always reference this file for token/theme/media query names rather than guessing or using defaults. --- Core Concepts styled() Function Create components by extending existing ones: Key rules: -…